Skip to content

Commit

Permalink
fix: add and remove color button not aligned (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
kantakshay authored Sep 30, 2023
1 parent fd16c06 commit 2f07ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ input::placeholder {

.newColor {
display: flex;
align-items: center;
background-color: var(--primary-color);
padding: 5px;
border-radius: 2px;
Expand Down

1 comment on commit 2f07ec3

@vercel
Copy link

@vercel vercel bot commented on 2f07ec3 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.