Skip to content

Commit

Permalink
fix: input type=date text-align issue in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 4, 2023
1 parent cc12c87 commit acf5377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/styled/input.css
Expand Up @@ -79,4 +79,7 @@
/* &::-webkit-calendar-picker-indicator {
display: none;
} */
&::-webkit-date-and-time-value {
text-align: inherit;
}
}

0 comments on commit acf5377

Please sign in to comment.