Skip to content

Commit

Permalink
fix: Reset appearance for ios (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee authored Apr 9, 2024
1 parent aa04762 commit b389f9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stories/DateInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { StyledInput as FormInput } from "../form/input/Input";
const StyledInput = styled(FormInput)`
input[type="date"] {
font-family: ${(props) => props.theme.typography.fontFamily.base};
appearance: none;
min-height: 40px;
}
`;
function formatDate(date: Date): string {
Expand Down

0 comments on commit b389f9a

Please sign in to comment.