fix: 💄 set popup modal button text color correctly

This commit is contained in:
Sebin Nyshkim 2025-06-21 17:53:23 +02:00
parent 48e9914215
commit 1e3566bd95

View file

@ -144,10 +144,12 @@
:host .positive {
--gradient-base: var(--clr-yes);
--clr-text: var(--theme-c-primary-100);
}
:host .negative {
--gradient-base: var(--clr-no);
--clr-text: var(--theme-c-primary-100);
}
@starting-style {