Skip to content

Commit

Permalink
🫡 fix button sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanshoesmith committed Dec 13, 2024
1 parent a3980c4 commit a704b8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/Button/Button.module.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.button {
border: 0px;
border-radius: 8px;
width: fit-content;
width: 64px;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
margin: 0px;
background: none;
outline: 2px solid white;
Expand All @@ -21,6 +20,7 @@

.stringButton {
padding: 12px 28px;
width: fit-content;
}

.primary {
Expand Down Expand Up @@ -53,6 +53,7 @@

.icon {
height: 64px;
padding: 16px;
}

.round-secondary {
Expand Down

0 comments on commit a704b8c

Please sign in to comment.