New backup 2025-07-25 14:21:51

This commit is contained in:
Penelope Gwen 2025-07-25 14:21:51 -07:00
parent ca284656da
commit cedf37d3d7

View file

@ -3,8 +3,10 @@
:class "metric"
:space-evenly false
(box :class "label" label)
(circular-progress
:value value
:start-at 0
:thickness 10
:clockwise true)))
(transform :rotate 50
:transform-origin-x '50%'
:transform-origin-y '50%'
(circular-progress :value value
:start-at 0
:thickness 10
:clockwise true))))