Update circular progress component styles: Adjust thickness and color properties for improved visual consistency in milestone tracking display.
This commit is contained in:
parent
7e030c5d0a
commit
733fbdd0b4
1 changed files with 3 additions and 3 deletions
|
|
@ -44,9 +44,9 @@
|
|||
<q-circular-progress
|
||||
:value="getMilestoneProgress()"
|
||||
size="80px"
|
||||
:thickness="0.2"
|
||||
color="orange"
|
||||
track-color="orange-2"
|
||||
:thickness="0.25"
|
||||
color="orange-7"
|
||||
track-color="orange-1"
|
||||
class="q-ma-md"
|
||||
>
|
||||
<div class="text-caption text-orange-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue