Skip to content

Commit

Permalink
Prioritise secondary colour in GeckiumMaterial's spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbruni committed Nov 29, 2024
1 parent cc5f76f commit a8f6f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

.path {
stroke: var(--primary-color);
stroke: var(--secondary-color, var(--primary-color));
stroke-dasharray: var(--spinner-offset);
stroke-dashoffset: 0;
transform-origin: center;
Expand Down

0 comments on commit a8f6f87

Please sign in to comment.