mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
style(web/skillcheck): update appearance
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user