Skip to content

Commit

Permalink
refactor(web/skillcheck): darker track colour
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Dec 30, 2022
1 parent fa04332 commit 763997f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/features/skillcheck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const useStyles = createStyles((theme) => ({
},
track: {
fill: 'transparent',
stroke: theme.colors.dark[4],
stroke: theme.colors.dark[5],
strokeWidth: 8,
},
skillArea: {
Expand All @@ -54,7 +54,7 @@ const useStyles = createStyles((theme) => ({
left: '50%',
top: '50%',
transform: 'translate(-50%, -50%)',
backgroundColor: theme.colors.dark[4],
backgroundColor: theme.colors.dark[5],
width: 25,
height: 25,
textAlign: 'center',
Expand Down

0 comments on commit 763997f

Please sign in to comment.