diff --git a/packages/app/src/components/Root/Root.tsx b/packages/app/src/components/Root/Root.tsx index b30b2a88fb..5737bab413 100644 --- a/packages/app/src/components/Root/Root.tsx +++ b/packages/app/src/components/Root/Root.tsx @@ -98,6 +98,16 @@ const useStyles = makeStyles()({ }, sidebarItem: { textDecorationLine: 'none', + '& .MuiTypography-root': { + color: '#ffffff !important', + }, + '& svg': { + color: '#ffffff !important', + }, + '&.MuiButton-root, &.MuiButton-text': { + padding: '0 !important', + minWidth: 'auto', + }, }, });