Skip to content

Commit da0bfaa

Browse files
committed
fix(textarea): wrong color
1 parent 5a793f2 commit da0bfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textarea/themes/shared/textarea.common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $theme: $base;
1919

2020
[part~='filled'] {
2121
[part~='input'] {
22-
color: var-get($theme, 'input-prefix-color--filled');
22+
color: var-get($theme, 'filled-text-color');
2323
}
2424

2525
[part~='prefix'] {

0 commit comments

Comments
 (0)