diff --git a/src/screens/settings/Appearance.tsx b/src/screens/settings/Appearance.tsx index 0000b84c..f46387d2 100644 --- a/src/screens/settings/Appearance.tsx +++ b/src/screens/settings/Appearance.tsx @@ -20,6 +20,8 @@ import Typography from '@mui/material/Typography'; import Stack from '@mui/material/Stack'; import { styled, ThemeProvider } from '@mui/material/styles'; import CheckCircleIcon from '@mui/icons-material/CheckCircle'; +import Card from '@mui/material/Card'; +import CardActionArea from '@mui/material/CardActionArea'; import { NavBarContext } from '@/components/context/NavbarContext.tsx'; import { ThemeMode, ThemeModeContext } from '@/components/context/ThemeModeContext.tsx'; import { Select } from '@/components/atoms/Select.tsx'; @@ -61,74 +63,91 @@ const ThemePreview = ({ theme }: { theme: AppTheme }) => { }} > - setAppTheme(theme.id)} > - - - - {isSelected && ( - - )} - - - - - - - setAppTheme(theme.id)} > - - - - + + + + + {isSelected && ( + + )} + + + + + + + + + + + + + {getName()}