added apikey model

This commit is contained in:
daniel31x13
2023-11-20 12:48:41 -05:00
parent 9ad277c784
commit cf7b18e012
15 changed files with 242 additions and 56 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ body {
/* Theme */
@layer base {
body {
@apply dark:bg-neutral-900 bg-white dark:text-white;
@apply dark:bg-neutral-900 bg-white text-black dark:text-white;
}
}