Skip to content

Commit d2041ae

Browse files
authored
fix(components): fix pending button icon fill (#1684)
1 parent 525996e commit d2041ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/warm-moments-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
Fix pending button icon fill

packages/components/src/styles/Button.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
}
153153

154154
.progress {
155-
--fill: currentColor;
155+
--fill-color: currentColor;
156156
}
157157

158158
.picker {

0 commit comments

Comments
 (0)