diff --git a/frontend/src/component/layout/MainLayout/AdminMenu/AdminListItem.tsx b/frontend/src/component/layout/MainLayout/AdminMenu/AdminListItem.tsx index fe8a68462a..b9f595230d 100644 --- a/frontend/src/component/layout/MainLayout/AdminMenu/AdminListItem.tsx +++ b/frontend/src/component/layout/MainLayout/AdminMenu/AdminListItem.tsx @@ -28,7 +28,7 @@ const listItemButtonStyle = (theme: Theme) => ({ }, '&:hover': { backgroundColor: '#546C71', - color: 'inherit', + color: theme.palette.common.white, fontWeight: theme.typography.fontWeightBold, '& p': { fontWeight: theme.typography.fontWeightBold, @@ -56,7 +56,7 @@ const subListItemButtonStyle = (theme: Theme) => ({ }, '&:hover': { backgroundColor: '#546C71', - color: 'inherit', + color: theme.palette.common.white, fontWeight: theme.typography.fontWeightBold, '& p': { fontWeight: theme.typography.fontWeightBold,