Skip to content

Commit

Permalink
Tweak the border radius of rows in the palette
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Mar 3, 2024
1 parent 5b0e277 commit 25b0eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Palette/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

.Palette-row:last-child {
margin-bottom: 0;
border-radius: 0 0 8px 8px;
}

.Palette-row:active {
Expand Down

0 comments on commit 25b0eb1

Please sign in to comment.