Fix for user menu dark mode text

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