added fonts

This commit is contained in:
2025-10-31 00:58:19 -05:00
parent 8f86e13dfc
commit 0c4d1dd9c2
6 changed files with 27 additions and 31 deletions
-1
View File
@@ -31,7 +31,6 @@ export function ThemeToggle({ compact = false }: { compact?: boolean }) {
theme === t ? "outline outline-1 outline-primary" : ""
}`}
>
{/* preview dot uses theme accent variables you defined per theme (optional) */}
<span
className="mr-2 inline-block h-3 w-3 rounded-full align-middle"
style={{ background: `var(--color-accent-${t})` }}