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 and richardo2016x committed Apr 29, 2024
1 parent 25d2b32 commit 2231da3
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 2231da3

Please sign in to comment.