mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 14:04:06 +00:00
Fix for user menu dark mode text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user