Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add time filter #353

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: edit time input style
caioapolonio committed Jan 3, 2025
commit 797617cb7209cfeca13f663065768c7c994209b1
2 changes: 1 addition & 1 deletion src/components/DateFilter/styles.ts
Original file line number Diff line number Diff line change
@@ -149,7 +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: 4rem;
min-width: 4.2rem;
max-width: 5.2rem;
`;