Skip to content

Commit

Permalink
fix: increase clickable area of datepicker calendar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoKorinth committed Sep 6, 2023
1 parent 383f61b commit 2a5b3e0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/src/js/ui-components/InputDate/InputDate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ const Root = styled("div")`

const CalendarIcon = styled(IconButton)`
position: absolute;
width: 16px;
height: 16px;
top: calc(50% - 8px);
left: 5px;
padding: 0;
top: 0;
left: 0;
height: 100%;
padding: 8px;
`;

const StyledBaseInput = styled(BaseInput)`
Expand Down

0 comments on commit 2a5b3e0

Please sign in to comment.