Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: fix the color of completion stock to be primary color instead of…
… info color
  • Loading branch information
Anas-hameed committed Dec 11, 2025
commit a247bf553ee77ffb4952962d4da176119db3591e
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

.donut-ring, .donut-segment, .donut-hole {
&.complete-stroke {
stroke: var(--pgn-color-info-500);
stroke: var(--pgn-color-primary-500);
}

&.divider-stroke {
Expand Down