Decrease font size for small subtitle

This commit is contained in:
Yanbing Zhao 2020-12-03 13:56:19 +08:00
parent 76f530e988
commit 99c4c8e921

View File

@ -31,7 +31,7 @@ export const useRootStyles = Core.makeStyles(theme => ({
export const useHeaderStyles = Core.makeStyles(theme => ({
titleSuffixSmall: {
fontSize: theme.typography.overline.fontSize,
fontSize: '0.625rem',
whiteSpace: 'nowrap',
paddingLeft: 1,
flexGrow: 1