fix colors

This commit is contained in:
2025-05-03 01:58:37 +03:00
parent ab1eaeb338
commit b1af797ad3
5 changed files with 24 additions and 21 deletions

View File

@@ -180,7 +180,7 @@ export const AppsDevModeNavBar = () => {
>
<RefreshIcon
sx={{
color: 'rgba(250, 250, 250, 0.5)',
color: theme.palette.text.primary,
width: '40px',
height: 'auto',
}}