Skip to content

Commit

Permalink
fix(kit): Textarea displays emoji in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Jul 11, 2024
1 parent 4888ede commit ca150d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/kit/components/textarea/textarea.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
left: 0;
width: 100%;
height: 100%;
font: inherit;
box-sizing: border-box;
resize: none;
overflow: hidden;
Expand Down Expand Up @@ -206,10 +207,12 @@
:host[data-size='s'] &,
:host[data-size='m'] & {
padding: 0 0.75rem;
font: var(--tui-font-text-s);
}

:host[data-size='l'] & {
padding: 0 1rem;
font: var(--tui-font-text-m);
}

:host[data-mode='onDark']._disabled & {
Expand Down

0 comments on commit ca150d7

Please sign in to comment.