Fix server options text by in Quartz theme (#7944)

This commit is contained in:
Daniel Espino García 2024-05-09 12:07:04 +02:00 committed by GitHub
parent 82713830de
commit 25326a623a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
width: OPTION_SIZE,
},
text: {
color: theme.sidebarText,
color: theme.buttonColor,
...typography('Body', 75, 'SemiBold'),
},
}));