Skip to content

Commit

Permalink
feat: edit time input style
Browse files Browse the repository at this point in the history
  • Loading branch information
caioapolonio committed Jan 3, 2025
1 parent 797617c commit 8a746f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/DateFilter/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ export const TimeInput = styled.input`
border: 1px solid ${props => props.theme.gray700};
${props => props.theme.dark && `color-scheme: dark;`}
border-radius: 0.25rem;
min-width: 4.2rem;
max-width: 5.2rem;
width: fit-content;
`;

export const CalendarContainer = styled.div`
Expand Down

0 comments on commit 8a746f5

Please sign in to comment.