Skip to content

Commit 85875ac

Browse files
committed
feat: Update color of disabled buttons
1 parent 083e124 commit 85875ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/styles/minimalButton.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
&--disabled {
23-
color: var(--rpv-core__minimal-button--disabled-color);
23+
color: rgba(var(--rpv-color-base-content), 0.3);
2424
}
2525

2626
&--rtl {

0 commit comments

Comments
 (0)