refactor(web/radial): remove pointer cursor

This commit is contained in:
Luke
2023-02-23 12:54:14 +01:00
parent 1897743bd1
commit f560961348

View File

@@ -19,7 +19,6 @@ const useStyles = createStyles((theme) => ({
'&:hover': {
fill: theme.fn.primaryColor(),
cursor: 'pointer',
'> g > text, > g > svg > path': {
fill: '#fff',
},
@@ -38,7 +37,6 @@ const useStyles = createStyles((theme) => ({
strokeWidth: 4,
'&:hover': {
fill: theme.colors[theme.primaryColor][theme.fn.primaryShade() - 1],
cursor: 'pointer',
},
},
centerIconContainer: {