fix: Selected item bg color

This commit is contained in:
Aman Harwara
2021-10-01 20:07:33 +05:30
parent db888c4e02
commit b1d95808d1

View File

@@ -161,7 +161,7 @@
@extend .hover\:color-text;
}
&[data-current-selected] {
.sn-dropdown-popover &[data-current-selected] {
background-color: var(--sn-stylekit-info-backdrop-color);
@extend .color-info;
}