Skip to content

Commit

Permalink
chore: fix some ui bugs (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 authored Apr 26, 2024
1 parent 77255f8 commit 39325ee
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,16 @@
display: flex;
align-items: center;
column-gap: 12px;
padding: 11px 15px;
padding: 13px 15px;
border-radius: 6px;
border: 1px solid transparent;
background: var(--r-neutral-card2, #f2f4f7);
cursor: pointer;
.pin-website:not(.is-active) {
path {
stroke: var(--r-neutral-foot);
}
}
.icon-close {
width: 16px;
height: 16px;
Expand Down

0 comments on commit 39325ee

Please sign in to comment.