Change cursor to pointer for theme previews
This commit is contained in:
@@ -63,6 +63,7 @@ const ThemePreview = ({ theme }: { theme: AppTheme }) => {
|
|||||||
<ThemeProvider theme={muiTheme}>
|
<ThemeProvider theme={muiTheme}>
|
||||||
<Stack
|
<Stack
|
||||||
sx={{
|
sx={{
|
||||||
|
cursor: 'pointer',
|
||||||
backgroundColor: 'background.default',
|
backgroundColor: 'background.default',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '225px',
|
height: '225px',
|
||||||
|
|||||||
Reference in New Issue
Block a user