diff --git a/app/account/dashboard/layout.tsx b/app/account/dashboard/layout.tsx index 6ff4fd8..16cd72d 100644 --- a/app/account/dashboard/layout.tsx +++ b/app/account/dashboard/layout.tsx @@ -14,7 +14,7 @@ const DashboardLayout = ({ children }: { children: ReactNode }) => { disableTransitionOnChange >
-
+
diff --git a/app/account/signup/page.tsx b/app/account/signup/page.tsx index 0bbd308..2ff98a0 100644 --- a/app/account/signup/page.tsx +++ b/app/account/signup/page.tsx @@ -176,7 +176,7 @@ export default function Signup() { required value={formData.emailUsername} onChange={handleInputChange} - className="flex-grow" + className="grow" /> @ { return (
-
+
= --theme(--breakpoint-sm)) { + max-width: none; + } + @media (width >= 1400px) { + max-width: 1400px; + } +} + +/* + The default border color has changed to `currentColor` in Tailwind CSS v4, + so we've added these compatibility styles to make sure everything still + looks the same as it did with Tailwind CSS v3. + + If we ever want to remove these styles, we need to add an explicit border + color utility to any element that depends on these defaults. +*/ +@layer base { + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentColor); + } +} @layer base { :root { diff --git a/app/page.tsx b/app/page.tsx index bc9dffa..1ec9df0 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -39,7 +39,7 @@ export default function Home() { ] return ( -
+
diff --git a/bun.lockb b/bun.lockb index 88e4e67..3c691e0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/pages/main/Hero.tsx b/components/pages/main/Hero.tsx index 6a09c08..c0fdd58 100644 --- a/components/pages/main/Hero.tsx +++ b/components/pages/main/Hero.tsx @@ -22,7 +22,7 @@ const Hero = () => { Experience FOSS at its best with LibreCloud, a free service provider built with all kinds of people in mind.

-
+