Added shadcn switch

This commit is contained in:
Alexis
2024-06-09 14:03:12 +02:00
parent 2330db31dc
commit 43768cb49d
4 changed files with 43 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
@tailwind components;
@tailwind utilities;
:root {
@layer base {
:root {
--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
@@ -35,7 +36,7 @@
--radius: 0.5rem;
}
:root.dark {
.dark {
--background: 222.2 84% 4.9%;
--foreground: 210 40% 98%;
@@ -64,6 +65,7 @@
--destructive-foreground: 210 40% 98%;
--ring: 212.7 26.8% 83.9%;
}
}
@layer base {