Commit 429eb92
committed
fix(Textarea): correct font sizes for size variants
- size=sm uses 14px (text-base)
- size=md uses 16px (text-lg)
- size=lg uses 18px (text-2xl)
- size=xl uses 20px (text-3xl) to preserve size progression
Closes #7381 parent f3a8afc commit 429eb92
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments