Skip to content

Commit 49915e5

Browse files
committed
Thanks, iOS: Set min font size to 16px for textarea
1 parent fbb79be commit 49915e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/TextInput/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
.text-input__textarea {
1212
font-size: inherit;
13+
font-size: min(1em, 16px);
1314
color: inherit;
1415
background-color: transparent;
1516
padding: 0.5em;

0 commit comments

Comments
 (0)