diff --git a/packages/widget/src/AppDrawer.style.tsx b/packages/widget/src/AppDrawer.style.tsx index d8d9e580f..878f435fb 100644 --- a/packages/widget/src/AppDrawer.style.tsx +++ b/packages/widget/src/AppDrawer.style.tsx @@ -69,6 +69,12 @@ export const DrawerButton = styled(Button, { ? theme.palette.common.black : theme.palette.common.white, }, + svg: { + color: + theme.palette.mode === 'light' + ? theme.palette.common.white + : theme.palette.common.black, + }, })); export const DrawerButtonTypography = styled(Typography)(({ theme }) => ({