Skip to content

Commit

Permalink
fix: button text and icon space
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Feb 6, 2025
1 parent f3aa82b commit 36a6c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
.btn-icon {
display: inline-flex;
flex-direction: row;
justify-content: space-between;
justify-content: center;
align-items: center;

.rounded-icon {
Expand Down Expand Up @@ -310,7 +310,7 @@
flex: 1;
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: center;
align-items: center;
}
}
Expand Down

0 comments on commit 36a6c33

Please # to comment.