Fix server options text by in Quartz theme (#7944)
This commit is contained in:
parent
82713830de
commit
25326a623a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
width: OPTION_SIZE,
|
||||
},
|
||||
text: {
|
||||
color: theme.sidebarText,
|
||||
color: theme.buttonColor,
|
||||
...typography('Body', 75, 'SemiBold'),
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue