@@ -55,7 +57,7 @@ export function MobileNav() {
key={link.href}
href={link.href}
onClick={() => setIsOpen(false)}
- className="text-text-secondary hover:text-text hover:bg-surface/60 rounded px-3 py-2.5 text-sm font-medium transition"
+ className="text-text-secondary hover:text-text hover:bg-surface/60 rounded-md px-3 py-2.5 text-sm font-medium transition"
>
{link.label}
diff --git a/src/app/_components/theme-toggle.tsx b/src/app/_components/theme-toggle.tsx
index 79b0d6e..43f7a21 100644
--- a/src/app/_components/theme-toggle.tsx
+++ b/src/app/_components/theme-toggle.tsx
@@ -37,7 +37,7 @@ export function ThemeToggle() {
type="button"
onClick={toggle}
aria-label={isLight ? "Switch to dark mode" : "Switch to light mode"}
- className="border-border bg-surface/50 text-text-secondary hover:text-text flex h-9 w-9 items-center justify-center border backdrop-blur-md transition"
+ className="border-border bg-surface/50 text-text-secondary hover:text-text flex h-9 w-9 items-center justify-center rounded-full border backdrop-blur-md transition"
>
{isLight ? (
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 65d5daa..11aefbb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -76,7 +76,7 @@ function Header() {
return (
-
+