mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Fix for user menu dark mode text
This commit is contained in:
parent
d22a16d8de
commit
8985592967
2 changed files with 8 additions and 8 deletions
|
@ -541,10 +541,10 @@
|
|||
}
|
||||
|
||||
.btn--ghost {
|
||||
@apply border border-transparent text-primary hover:button-bg-ghost-hover;
|
||||
@apply border border-transparent hover:button-bg-ghost-hover;
|
||||
|
||||
@variant theme-dark {
|
||||
@apply fg-primary hover:button-bg-ghost-hover;
|
||||
@apply hover:fg-inverse hover:button-bg-ghost-hover;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -725,7 +725,7 @@
|
|||
@apply bg-gray-50;
|
||||
|
||||
@variant theme-dark {
|
||||
@apply bg-gray-800;
|
||||
@apply bg-gray-800 fg-inverse;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue