refactor(web/skillcheck): darker track colour

This commit is contained in:
Luke
2022-12-30 13:01:41 +01:00
parent fa04332def
commit 763997f2a1

View File

@@ -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',