feat: custom minimizeIcon

This commit is contained in:
2025-07-14 00:18:29 +05:00
parent fdf5c7a90d
commit 90d4bb80e6

View File

@ -157,7 +157,14 @@ export default function TopBar({ onRegister }: TopBarProps) {
borderRadius: '50%',
}}
>
<MinimizeIcon sx={{ color: 'white' }} />
<svg
className="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium"
focusable="false"
aria-hidden="true"
viewBox="0 0 24 24"
>
<path d="M6 12h12v1H6z" fill="white"></path>
</svg>
</Button>
<Button
onClick={() => {