mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-11 21:47:32 +02:00
🎨 Sort classes (#1750)
This commit is contained in:
parent
af7b0a82d1
commit
dcc41eb0f1
120 changed files with 374 additions and 365 deletions
|
@ -6,7 +6,7 @@ export function FullWidthLayoutHeader({
|
|||
children,
|
||||
}: { children: React.ReactNode }) {
|
||||
return (
|
||||
<header className="py-4 rounded-t-lg bg-background/90 backdrop-blur-sm sticky top-0 z-10 px-6 border-b">
|
||||
<header className="sticky top-0 z-10 rounded-t-lg border-b bg-background/90 px-6 py-4 backdrop-blur-sm">
|
||||
{children}
|
||||
</header>
|
||||
);
|
||||
|
@ -25,7 +25,7 @@ export function FullWidthLayoutTitle({
|
|||
return (
|
||||
<div className="flex items-center gap-2">
|
||||
{icon}
|
||||
<h1 className="text-xl font-semibold">{children}</h1>
|
||||
<h1 className="font-semibold text-xl">{children}</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue