diff --git a/src/styles/examples.scss b/src/styles/examples.scss index 7dfe7323..dbfe258f 100644 --- a/src/styles/examples.scss +++ b/src/styles/examples.scss @@ -109,6 +109,6 @@ @include color-mode(dark) { .example .tab-content { - background-color: var(--#{$prefix}secondary-bg) !important; + background-color: var(--#{$prefix}secondary-bg); } }