Skip to content

Commit

Permalink
Hotfix/textarea fontsize (#775)
Browse files Browse the repository at this point in the history
* updated font-size fo textarea

* changeset
  • Loading branch information
fraincs authored Apr 10, 2024
1 parent fdf54d7 commit b07a418
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-tigers-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@igloo-ui/textarea": patch
---

Fixed the font-size - it now match text-input font size
6 changes: 3 additions & 3 deletions packages/Textarea/src/textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@

[data-brand="workleap"] {
/* Default */
--ids-textarea-font-family: var(--hop-body-sm-font-family);
--ids-textarea-font-size: var(--hop-body-sm-font-size);
--ids-textarea-line-height: var(--hop-body-sm-line-height);
--ids-textarea-font-family: var(--hop-body-md-font-family);
--ids-textarea-font-size: var(--hop-body-md-font-size);
--ids-textarea-line-height: var(--hop-body-md-line-height);
--ids-textarea-color: var(--hop-neutral-text);
--ids-textarea-border-color: var(--hop-neutral-border);
--ids-textarea-border-size: .0625rem;
Expand Down

0 comments on commit b07a418

Please sign in to comment.