feat(frontend): implement step 1 - entity task detail and scheduler UX
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply min-h-screen bg-slate-100 text-slate-900 antialiased dark:bg-slate-950 dark:text-slate-100;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user