Skip to content

Commit 428433f

Browse files
committed
fix(Dropdown): the dark theme doesnt work if the wrapper doesnt have .dropdown class
1 parent 5a72efb commit 428433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/themes/dark/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ $theme-map: (
766766
"breadcrumb": $breadcrumb-theme-map,
767767
"btn-close": $close-theme-map,
768768
"card": $card-theme-map,
769-
"dropdown": $dropdown-theme-map,
769+
"dropdown-menu": $dropdown-theme-map,
770770
"footer": $footer-theme-map,
771771
"form-control": $form-control-theme-map,
772772
"form-check": $form-check-theme-map,

0 commit comments

Comments
 (0)