Skip to content

Commit

Permalink
added border and round corners to button
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Aug 28, 2024
1 parent 360bf59 commit c274cb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion studio/components/linkButton/linkButton.module.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.wrapper {
background: #e6e6ea;
background: #f6f6f8;
gap: 0.5rem;
align-items: center;
display: flex;
list-style: none;
text-decoration: none;
width: fit-content;
padding: 0.5rem 1rem;
border-radius: 0.1875rem;
border: 1px #e6e6ea;
}

.wrapper:hover {
Expand Down

0 comments on commit c274cb7

Please sign in to comment.