diff --git a/interface/src/CustomTheme.tsx b/interface/src/CustomTheme.tsx index 77f84af76..850a95119 100644 --- a/interface/src/CustomTheme.tsx +++ b/interface/src/CustomTheme.tsx @@ -33,6 +33,18 @@ const theme = responsiveFontSizes( text: { disabled: '#eee' // white } + }, + components: { + MuiListItemText: { + styleOverrides: { + primary: { + fontSize: 14 + }, + secondary: { + color: '#9e9e9e' // grey[500] + } + } + } } }) ); diff --git a/interface/src/components/layout/LayoutMenu.tsx b/interface/src/components/layout/LayoutMenu.tsx index c9f7aca68..fca127c42 100644 --- a/interface/src/components/layout/LayoutMenu.tsx +++ b/interface/src/components/layout/LayoutMenu.tsx @@ -73,19 +73,6 @@ const LayoutMenu = () => { > - + - + {label}