fix: 💄 set popup modal button text color correctly
This commit is contained in:
parent
48e9914215
commit
1e3566bd95
1 changed files with 2 additions and 0 deletions
|
@ -144,10 +144,12 @@
|
||||||
|
|
||||||
:host .positive {
|
:host .positive {
|
||||||
--gradient-base: var(--clr-yes);
|
--gradient-base: var(--clr-yes);
|
||||||
|
--clr-text: var(--theme-c-primary-100);
|
||||||
}
|
}
|
||||||
|
|
||||||
:host .negative {
|
:host .negative {
|
||||||
--gradient-base: var(--clr-no);
|
--gradient-base: var(--clr-no);
|
||||||
|
--clr-text: var(--theme-c-primary-100);
|
||||||
}
|
}
|
||||||
|
|
||||||
@starting-style {
|
@starting-style {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue