mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
wip: desktop work
This commit is contained in:
parent
30f4c2cf4c
commit
3b20935959
6 changed files with 79 additions and 50 deletions
12
packages/ui/src/components/progress-circle.css
Normal file
12
packages/ui/src/components/progress-circle.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[data-component="progress-circle"] {
|
||||
transform: rotate(-90deg);
|
||||
|
||||
[data-slot="background"] {
|
||||
stroke: var(--border-weak-base);
|
||||
}
|
||||
|
||||
[data-slot="progress"] {
|
||||
stroke: var(--border-active);
|
||||
transition: stroke-dashoffset 0.35s cubic-bezier(0.65, 0, 0.35, 1);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue