Skip to content

Commit 2181514

Browse files
fix(fuselage): button var prefix (#938)
1 parent e421970 commit 2181514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fuselage/src/styles/variables/buttons.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import './button-colors.scss';
66

77
@function -color($type, $name, $value) {
8-
@return var(--rcx-button-#{$type}-#{$name}, $value);
8+
@return var(--rcx-color-button-#{$type}-#{$name}, $value);
99
}
1010

1111
@function palette-color($name) {

0 commit comments

Comments
 (0)