From b6c309c7774485fce4e06687d7b3854534b5aee8 Mon Sep 17 00:00:00 2001 From: superfaz <16510828+superfaz@users.noreply.github.com> Date: Fri, 31 Dec 2021 11:37:16 +0100 Subject: [PATCH] Update _colors.scss (#985) Fix for https://github.com/tabler/tabler/issues/984 --- src/scss/utils/_colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/utils/_colors.scss b/src/scss/utils/_colors.scss index c756bf8780..85f9135086 100644 --- a/src/scss/utils/_colors.scss +++ b/src/scss/utils/_colors.scss @@ -11,7 +11,7 @@ @if $enable-extra-colors { @each $color, $value in $extra-colors { .bg-#{"" + $color} { - background: $value; + background-color: $value !important; } .text-#{"" + $color} {