Skip to content

Commit 8466fec

Browse files
authored
fix(textarea): helper text disabled color (#1519)
1 parent 4bcd3bb commit 8466fec

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
@@ -65,7 +65,7 @@ textarea {
6565
background: inherit;
6666
}
6767

68-
[part~='helper-text'] {
68+
::part(helper-text) {
6969
color: var-get($theme, 'disabled-text-color');
7070
}
7171

0 commit comments

Comments
 (0)