feat: Refactor styling and theme integration across components; update button gradients and remove unused component

This commit is contained in:
2025-05-08 00:05:09 +02:00
parent 24fa4ada61
commit d45039e2f5
7 changed files with 86 additions and 28 deletions
@@ -151,7 +151,7 @@ import {
{/* Header */}
<AppShell.Header>
<Group h="100%" px="md">
<Group h="100%" px="sm">
<Burger opened={mobileOpened} onClick={toggleMobile} hiddenFrom="sm" size="sm" />
<Burger opened={desktopOpened} onClick={toggleDesktop} visibleFrom="sm" size="sm" />
<img src="/src/public/favicon.svg" alt="Logo" style={{ width: 30, height: 30 }} />