feat: add support for light mode (#438)

* feat: add support for light mode

* refactor: use shadcn theme toggle

* fix: fix sonner
This commit is contained in:
Stavros
2025-10-31 15:55:50 +02:00
committed by GitHub
parent 0227af6d2b
commit 330c7aa8f1
12 changed files with 415 additions and 28 deletions

View File

@@ -12,7 +12,7 @@
<link rel="manifest" href="/site.webmanifest" />
<title>Tinyauth</title>
</head>
<body class="dark">
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>