diff --git a/.changeset/orange-moose-run.md b/.changeset/orange-moose-run.md new file mode 100644 index 000000000..f5658186f --- /dev/null +++ b/.changeset/orange-moose-run.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Update color utility classes and replace background colors in pricing table diff --git a/core/scss/utils/_colors.scss b/core/scss/utils/_colors.scss index d63c8003e..50227c0f3 100644 --- a/core/scss/utils/_colors.scss +++ b/core/scss/utils/_colors.scss @@ -31,7 +31,7 @@ @each $color, $value in $gray-colors { .bg-#{"" + $color} { - --#{$prefix}bg-opacity: .1; + --#{$prefix}bg-opacity: 1; background-color: rgba(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}bg-opacity)) !important; } @@ -39,3 +39,15 @@ color: $value !important; } } + +.bg-surface { + background-color: var(--#{$prefix}bg-surface) !important; +} + +.bg-surface-secondary { + background-color: var(--#{$prefix}bg-surface-secondary) !important; +} + +.bg-surface-tertiary { + background-color: var(--#{$prefix}bg-surface-tertiary) !important; +} \ No newline at end of file diff --git a/preview/pages/pricing-table.html b/preview/pages/pricing-table.html index 6cfb3449c..c4c7fa8ef 100644 --- a/preview/pages/pricing-table.html +++ b/preview/pages/pricing-table.html @@ -35,7 +35,7 @@ permalink: pricing-table.html
-