Skip to content

Commit e419a41

Browse files
authored
fix: icon button color for primary kind should icon seconday (#426)
1 parent f6d418e commit e419a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/IconButton/IconButton.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please see LICENSE files in the repository root for full details.
2727

2828
.icon-button[data-kind="primary"] {
2929
* {
30-
color: var(--cpd-color-icon-tertiary);
30+
color: var(--cpd-color-icon-secondary);
3131
}
3232
}
3333

0 commit comments

Comments
 (0)