Skip to content

Commit

Permalink
fix: spacing x0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Jan 16, 2024
1 parent 741ef6f commit 6f15442
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ const commonSettings = {
button: {
// numbers are in theme.spacing units
small: {
height: 8,
height: 4,
icon: "1.375rem",
startIcon: "1.125rem",
paddingX: 2.5,
paddingX: 1.25,
},
medium: {
height: 10,
height: 5,
icon: "1.5rem",
startIcon: "1.25rem",
paddingX: 4,
paddingX: 2,
},
large: {
height: 12,
height: 6,
icon: "1.625rem",
startIcon: "1.375rem",
paddingX: 5.5,
paddingX: 2.75,
},
},
},
Expand Down

0 comments on commit 6f15442

Please sign in to comment.