Skip to content

Commit

Permalink
style(web/skillcheck): update appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Oct 18, 2022
1 parent 4a28666 commit d4b331c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion web/src/features/skillcheck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,15 @@ const SkillCheck: React.FC = () => {
<>
<svg width={500} height={500}>
{/*Circle track*/}
<circle r={50} cx={250} cy={250} fill="transparent" stroke="#a3a8a5" strokeDasharray={360} />
<circle
r={50}
cx={250}
cy={250}
fill="transparent"
stroke="rgba(0, 0, 0, 0.4)"
strokeWidth={5}
strokeDasharray={360}
/>
{/*SkillCheck area*/}
<circle
r={50}
Expand Down

0 comments on commit d4b331c

Please sign in to comment.