1
0
Fork 0
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
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

This commit is contained in:
Josh Pigford 2025-04-18 09:21:57 -05:00
parent d22a16d8de
commit 8985592967
2 changed files with 8 additions and 8 deletions

View file

@ -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;
}
}