Skip to content

Commit

Permalink
Fix color of the loading dot
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jul 4, 2024
1 parent 520ac75 commit 5330161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuit-ui/components/Button/base.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
display: block;
width: var(--loader-diameter);
height: var(--loader-diameter);
background-color: currentColor;
background-color: var(--cui-fg-subtle);
border-radius: var(--cui-border-radius-circle);
animation-duration: 720ms; /* 80ms + 4 * 160ms */
animation-play-state: paused;
Expand Down

0 comments on commit 5330161

Please sign in to comment.