Skip to content

Commit

Permalink
Textarea: Update min height styling (#833)
Browse files Browse the repository at this point in the history
* fix(textarea): update min height styling

* docs(textarea): add changeset for textarea min height update

---------

Co-authored-by: Mike Iden <[email protected]>
  • Loading branch information
mariadevadoss and michael-iden authored Nov 21, 2024
1 parent 389fac8 commit fa946f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-shirts-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': patch
---

Update min height styling of textarea
2 changes: 1 addition & 1 deletion packages/pharos/tokens/components/textarea.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"size": {
"height": {
"base": {
"value": "3.5rem",
"value": "1.5rem",
"comment": "TODO: Update with core token value"
}
}
Expand Down

0 comments on commit fa946f2

Please sign in to comment.