feat: improve header
This commit is contained in:
parent
d837c3d3a5
commit
0e48c6baf7
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ import { Button } from "@/components/ui/button";
|
|||
import { Icon } from "astro-icon/components";
|
||||
---
|
||||
|
||||
<Button id="theme-toggle" variant="outline" size="icon" title="Toggle theme">
|
||||
<Button id="theme-toggle" variant="ghost" size="icon" title="Toggle theme" className="-me-2 size-8">
|
||||
<Icon
|
||||
name="lucide:sun"
|
||||
class="size-4 scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue