Skip to content

Commit

Permalink
fix copy project background color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Aug 22, 2024
1 parent c05d5f7 commit d6ecac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
border-radius: 4px

&_active
border: 1px solid #90cdf4
background: #ebf8ff
border: 1px solid var(--borderColor-accent-muted)
background-color: var(--bgColor-accent-muted)
& .ng-select-container
background-color: var(--body-background) !important
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
margin-bottom: 0.5rem

&_selected
border: 1px solid #90cdf4
background: #ebf8ff
border: 1px solid var(--borderColor-accent-muted)
background: var(--bgColor-accent-muted)

&_disabled
color: #959595
Expand Down

0 comments on commit d6ecac7

Please sign in to comment.