Skip to content

Commit

Permalink
Fix remain hard code color in Invite user dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Sep 12, 2024
1 parent 4a4a3ec commit 8a97cf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
&--item
padding: 1rem 1rem 0.5rem 0.75rem
display: flex
border: 1px solid #cbd5e0
background: #f7fafc
border: 1px solid var(--borderColor-muted)
background-color: var(--bgColor-muted)
border-radius: 4px

&:not(:last-child)
Expand Down

0 comments on commit 8a97cf8

Please sign in to comment.