From 1e3c901530180020cd1b8e9cd8e02e29ffbd9e93 Mon Sep 17 00:00:00 2001 From: its-mitesh-kumar Date: Tue, 22 Apr 2025 16:14:26 +0530 Subject: [PATCH] fix(sidebar): fixing Administration styles break when maketplace plugin drawer opened --- packages/app/src/components/Root/Root.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/app/src/components/Root/Root.tsx b/packages/app/src/components/Root/Root.tsx index b1cb48f094..a79fd42abd 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', + }, }, });