Skip to content

Commit

Permalink
change icon button -> div
Browse files Browse the repository at this point in the history
  • Loading branch information
yowcow committed Jul 17, 2024
1 parent 0a606e1 commit a9297c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Calendar/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const CalendarMonth = styled.div<{ expanded: boolean }>`
transition: background-color 300ms;
`;

export const IconContainer = styled.button<{ expanded: boolean }>`
export const IconContainer = styled.div<{ expanded: boolean }>`
cursor: pointer;
position: absolute;
top: ${({ theme }) => theme.spacing * 2}px;
Expand Down

0 comments on commit a9297c0

Please sign in to comment.