mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
parent
b3591808b7
commit
39803f53a0
@ -86,11 +86,12 @@ const configScreenStyles = (themeId: number): ConfigScreenStyles => {
|
||||
fontSize: theme.fontSize,
|
||||
};
|
||||
|
||||
const fadedOpacity = 0.75;
|
||||
const sidebarButtonDescriptionText: TextStyle = {
|
||||
...sidebarButtonMainText,
|
||||
fontSize: theme.fontSizeSmaller,
|
||||
color: theme.color,
|
||||
opacity: 0.75,
|
||||
opacity: fadedOpacity,
|
||||
};
|
||||
|
||||
|
||||
@ -185,6 +186,7 @@ const configScreenStyles = (themeId: number): ConfigScreenStyles => {
|
||||
textAlign: 'center',
|
||||
fontSize: 18,
|
||||
width: sidebarButtonHeight * 0.8,
|
||||
opacity: fadedOpacity,
|
||||
},
|
||||
sidebarSelectedButtonText: {
|
||||
...sidebarButtonMainText,
|
||||
|
Loading…
Reference in New Issue
Block a user