awesome sauce checking

This commit is contained in:
ansh
2024-10-13 22:37:06 -05:00
parent c97a009fac
commit 4e5e2a32b7
5 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export function ModeToggle() {
<DropdownMenuTrigger asChild>
<Button variant="outline">
<Sun className="h-5 w-5 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0 mr-1" />
<Moon className="absolute h-5 w-5 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100" />
<Moon className="absolute h-5 w-5 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100 mr-[60px]" />
<p>Themes</p>
<span className="sr-only">Toggle theme</span>
</Button>