fix: dark mode text color
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
94a1e413cb
commit
aaff8c16f2
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ defineProps<{
|
|||
'main-btn__solid': solid && !outlined,
|
||||
'main-btn__outline': !solid && outlined,
|
||||
'main-btn__pill': pill,
|
||||
'main-btn__dark': dark,
|
||||
'main-btn__dark': dark || $q.dark.isActive,
|
||||
'main-btn__icon-only': iconOnly,
|
||||
}"
|
||||
:style="{ '--button-main-color': color }"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue