Skip to content

Commit f5ccaa4

Browse files
authored
fix: use css var for text (#718)
1 parent 09e29c3 commit f5ccaa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-textarea/lib/uui-textarea.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ export class UUITextareaElement extends FormControlMixin(LitElement) {
303303
}
304304
305305
textarea {
306+
color: var(--uui-color-text);
306307
font-family: inherit;
307308
line-height: var(--uui-size-6);
308309
box-sizing: border-box;

0 commit comments

Comments
 (0)