mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 20:13:36 +00:00
fix(ui): improve progress circle contrast (#38101)
This commit is contained in:
parent
abc4b83f58
commit
21c4c93770
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
|||
}
|
||||
|
||||
[data-component="progress-circle-v2"] [data-slot="progress-circle-v2-progress"] {
|
||||
stroke: var(--v2-icon-icon-muted);
|
||||
stroke: var(--v2-icon-icon-base);
|
||||
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue