Skip to content

Commit

Permalink
Default input text size to text-base to prevent zoom on iOS (saadeghi…
Browse files Browse the repository at this point in the history
  • Loading branch information
danawoodman authored Sep 16, 2022
1 parent 662311c commit a742cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/input.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.input {
@apply border border-base-content border-opacity-0 bg-base-100 rounded-btn;
@apply border border-base-content border-opacity-0 bg-base-100 rounded-btn text-base;
&[list]::-webkit-calendar-picker-indicator {
line-height: 1em;
}
Expand Down

0 comments on commit a742cd8

Please sign in to comment.