diff --git a/src/scss/utils/_colors.scss b/src/scss/utils/_colors.scss index d281f5286..2ba7f4131 100644 --- a/src/scss/utils/_colors.scss +++ b/src/scss/utils/_colors.scss @@ -6,7 +6,7 @@ .bg-#{"" + $color}-lt { color: var(--#{$prefix}#{$color}) !important; - background: rgba(var(--#{$prefix}#{$color}-rgb), .1) !important; //todo + background-color: rgba(var(--#{$prefix}#{$color}-rgb), .1) !important; //todo } }