Skip to content

Commit

Permalink
fix: dark bg
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 13, 2023
1 parent 0ea0091 commit 29a065a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/components/IconSelection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
&_sidebar-bg {
@apply p-6 bg-[var(--sw-c-gray-50)];
.dark & {
@apply bg-[var(--sw-c-gray-dark-700)]
}
}
.SwagIcon {
Expand Down

0 comments on commit 29a065a

Please sign in to comment.