Skip to content

Commit

Permalink
use css var for text
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Jan 22, 2024
1 parent 9404596 commit 8704dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-textarea/lib/uui-textarea.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export class UUITextareaElement extends FormControlMixin(LitElement) {
}
textarea {
color: var(--uui-color-text);
font-family: inherit;
line-height: var(--uui-size-6);
box-sizing: border-box;
Expand Down

0 comments on commit 8704dea

Please sign in to comment.