mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
refactor(web/skillcheck): darker track colour
This commit is contained in:
@@ -36,7 +36,7 @@ const useStyles = createStyles((theme) => ({
|
|||||||
},
|
},
|
||||||
track: {
|
track: {
|
||||||
fill: 'transparent',
|
fill: 'transparent',
|
||||||
stroke: theme.colors.dark[4],
|
stroke: theme.colors.dark[5],
|
||||||
strokeWidth: 8,
|
strokeWidth: 8,
|
||||||
},
|
},
|
||||||
skillArea: {
|
skillArea: {
|
||||||
@@ -54,7 +54,7 @@ const useStyles = createStyles((theme) => ({
|
|||||||
left: '50%',
|
left: '50%',
|
||||||
top: '50%',
|
top: '50%',
|
||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
backgroundColor: theme.colors.dark[4],
|
backgroundColor: theme.colors.dark[5],
|
||||||
width: 25,
|
width: 25,
|
||||||
height: 25,
|
height: 25,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user