fixing ui modal styling and make sure schema reloads on media setting changes

This commit is contained in:
dswbx
2025-02-10 17:47:56 +01:00
parent 1e5c0dbc22
commit d7e772efd9
3 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,8 @@
@tailwind utilities;
#bknd-admin.dark,
.dark .bknd-admin {
.dark .bknd-admin,
.bknd-admin.dark {
--color-primary: 250 250 250; /* zinc-50 */
--color-background: 30 31 34;
--color-muted: 47 47 52;