Change cursor to pointer for theme previews

This commit is contained in:
schroda
2024-09-05 11:54:00 +02:00
parent 9b4ddf34da
commit 02b2758a97

View File

@@ -63,6 +63,7 @@ const ThemePreview = ({ theme }: { theme: AppTheme }) => {
<ThemeProvider theme={muiTheme}>
<Stack
sx={{
cursor: 'pointer',
backgroundColor: 'background.default',
width: '100%',
height: '225px',