File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
packages/components/src/styles Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 33@use " @db-ui/foundations/build/scss/helpers/component" as * ;
44
55@mixin get-tag-colors () {
6- @include get-variant- bg-color ( 0.08 ) ;
6+ @extend %db- bg-neutral-strong ;
77
88 & [data-emphasis = " strong" ] {
99 @extend %db-neutral-component ;
4646
4747@mixin get-tag-colors-interactive () {
4848 & :has (input :not (:checked )) {
49- @extend %bg-transparent-interactive ;
49+ @extend %db- bg-neutral ;
5050 }
5151
5252 & :has (input :checked ) {
53- @include get-variant- bg-color ( 0.08 ) ;
53+ @extend %db- bg-neutral-strong-ia ;
5454
5555 & [data-emphasis = " strong" ] {
5656 @extend %db-neutral-component-ia ;
8989 }
9090 }
9191 }
92+
93+ & [data-emphasis = " strong" ] {
94+ /* We force white as color for strong tags */
95+ color : #fff ;
96+ }
9297 }
9398}
You can’t perform that action at this time.
0 commit comments