Skip to content

Commit

Permalink
Larger icon buttons on smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
s-h-a-d-o-w committed Nov 18, 2024
1 parent f056920 commit 784d55f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,16 @@ export const Button = styled("button", {
padding: "4rem",
},
md: {
width: "md",
height: "md",
padding: "6rem",
base: {
width: "lg",
height: "lg",
padding: "8rem",
},
xl: {
width: "md",
height: "md",
padding: "6rem",
},
},
xl: {
width: "xl",
Expand Down

0 comments on commit 784d55f

Please sign in to comment.