mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-09 05:39:06 +01:00
Improve accessibility
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
--card-foreground: 240 10% 3.9%;
|
--card-foreground: 240 10% 3.9%;
|
||||||
--popover: 0 0% 100%;
|
--popover: 0 0% 100%;
|
||||||
--popover-foreground: 240 10% 3.9%;
|
--popover-foreground: 240 10% 3.9%;
|
||||||
--primary: 161 90% 31%;
|
--primary: 163 94% 24%;
|
||||||
--primary-foreground: 355.7 100% 97.3%;
|
--primary-foreground: 355.7 100% 97.3%;
|
||||||
--secondary: 240 4.8% 95.9%;
|
--secondary: 240 4.8% 95.9%;
|
||||||
--secondary-foreground: 240 5.9% 10%;
|
--secondary-foreground: 240 5.9% 10%;
|
||||||
|
|||||||
@@ -79,16 +79,18 @@ export default function RootLayout({
|
|||||||
/>
|
/>
|
||||||
</h1>
|
</h1>
|
||||||
</Link>
|
</Link>
|
||||||
<ul role="nav" className="flex items-center text-sm">
|
<div role="navigation" aria-label="Menu" className="flex">
|
||||||
<li>
|
<ul className="flex items-center text-sm">
|
||||||
<Button variant="link" asChild className="-my-3">
|
<li>
|
||||||
<Link href="/groups">Groups</Link>
|
<Button variant="link" asChild className="-my-3">
|
||||||
</Button>
|
<Link href="/groups">Groups</Link>
|
||||||
</li>
|
</Button>
|
||||||
<li>
|
</li>
|
||||||
<ThemeToggle />
|
<li>
|
||||||
</li>
|
<ThemeToggle />
|
||||||
</ul>
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user