Skip to content

Commit 5bcae2d

Browse files
committed
fix(textarea): bootstrap focused styles
1 parent 2c459b7 commit 5bcae2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ textarea {
123123
textarea {
124124
background: var-get($theme, 'border-disabled-background');
125125
}
126+
127+
[part~='prefix'],
128+
[part~='suffix'] {
129+
color: var-get($theme, 'disabled-text-color');
130+
}
126131
}
127132

128133
:host([invalid]:not(:disabled)),

0 commit comments

Comments
 (0)