Skip to content

Commit

Permalink
fix input type=date width issue on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 3, 2023
1 parent 7fe3030 commit f1d4cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/input.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.input {
@apply shrink;
@apply shrink appearance-none;
@apply h-12 px-4 text-sm leading-loose;
}

0 comments on commit f1d4cfa

Please sign in to comment.