mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web/menu): reduce center circle size
This commit is contained in:
@@ -141,16 +141,16 @@ const PlanetMenu: React.FC = () => {
|
||||
);
|
||||
})}
|
||||
<g transform="translate(175, 175)">
|
||||
<circle r={40} className={classes.centerCircle} />
|
||||
<circle r={30} className={classes.centerCircle} />
|
||||
</g>
|
||||
<FontAwesomeIcon
|
||||
icon="xmark"
|
||||
className={classes.centerIcon}
|
||||
color="#fff"
|
||||
width={35}
|
||||
height={35}
|
||||
x={175 - 35 / 2}
|
||||
y={175 - 35 / 2}
|
||||
width={28}
|
||||
height={28}
|
||||
x={175 - 28 / 2}
|
||||
y={175 - 28 / 2}
|
||||
/>
|
||||
</svg>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user