Skip to content

Commit cb71864

Browse files
committed
chore: clean-up
1 parent 2545c24 commit cb71864

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

scss/themes/dark/_variables.scss

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ $accordion-theme-map: (
165165
// Alert
166166

167167
$alert-variants-dt: (
168-
"primary": alert-color-map($primary-dt),
169-
"secondary": alert-color-map($secondary-dt),
170-
"success": alert-color-map($success-dt),
171-
"danger": alert-color-map($danger-dt),
172-
"warning": alert-color-map($warning-dt),
173-
"info": alert-color-map($info-dt)
168+
"primary": alert-color-map($primary),
169+
"secondary": alert-color-map($secondary),
170+
"success": alert-color-map($success),
171+
"danger": alert-color-map($danger),
172+
"warning": alert-color-map($warning),
173+
"info": alert-color-map($info)
174174
) !default;
175175

176176
// Breadcrumb
@@ -768,10 +768,7 @@ $theme-map: (
768768
"text": $theme-colors-dt
769769
),
770770
"accordion": $accordion-theme-map,
771-
// "alert": $alert-theme-variants-dt,
772771
"breadcrumb": $breadcrumb-theme-map,
773-
// "btn": $button-theme-variants-dt,
774-
// "btn-outline": $button-outline-theme-variants-dt,
775772
"btn-close": $close-theme-map,
776773
"card": $card-theme-map,
777774
"dropdown": $dropdown-theme-map,

0 commit comments

Comments
 (0)