fix: Fix dropdown item colors

This commit is contained in:
Aman Harwara
2021-10-01 20:04:39 +05:30
parent b165be2928
commit db888c4e02
2 changed files with 1 additions and 1 deletions

View File

@@ -156,6 +156,7 @@
}
&[data-current-nav] {
color: var(--sn-stylekit-contrast-foreground-color);
@extend .bg-contrast;
@extend .hover\:color-text;
}