Skip to content

Commit

Permalink
fix: Change ".Stack button" min-width to fixed 34px
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Boroń <konradmb@o2.pl>
  • Loading branch information
konradmb committed Oct 9, 2024
1 parent c51bf3c commit 486f3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

.Stack button {
margin: 0;
min-width: var(--default-clickable-area);
min-width: 34px;
}

.color-picker__top-picks {
Expand Down

0 comments on commit 486f3ca

Please sign in to comment.