mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 07:56:02 +01:00
refactor(web/radial): add stroke to center circle
This commit is contained in:
@@ -34,6 +34,8 @@ const useStyles = createStyles((theme) => ({
|
|||||||
centerCircle: {
|
centerCircle: {
|
||||||
fill: theme.fn.primaryColor(),
|
fill: theme.fn.primaryColor(),
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
|
stroke: theme.colors.dark[6],
|
||||||
|
strokeWidth: 4,
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
fill: theme.colors[theme.primaryColor][theme.fn.primaryShade() - 1],
|
fill: theme.colors[theme.primaryColor][theme.fn.primaryShade() - 1],
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
@@ -131,7 +133,7 @@ const RadialMenu: React.FC = () => {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<circle r={30} className={classes.centerCircle} />
|
<circle r={32} className={classes.centerCircle} />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
<div className={classes.centerIconContainer}>
|
<div className={classes.centerIconContainer}>
|
||||||
|
|||||||
Reference in New Issue
Block a user