Skip to content

Commit

Permalink
chore(header): update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
🎲 committed Oct 7, 2024
1 parent b4f69a4 commit 545fd82
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions apps/client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const App: FC = () => {

return (
<AppShell
header={{ height: 82 }}
header={{ height: 62 }}
navbar={{
width: 300,
breakpoint: "md",
Expand All @@ -68,21 +68,19 @@ export const App: FC = () => {
}
withBorder={false}
>
<Card style={{ borderRadius: 0, height: 82 }}>
<Card p={6} pl={"md"} pr={"md"} style={{ borderRadius: 0 }}>
<Group h={"100%"} align={"center"} justify={"space-between"}>
<Group gap={"sm"}>
<Text
style={{
userSelect: "none",
fontSize: "xx-large",
fontFamily: "Portentous Distorted",
}}
variant="gradient"
gradient={{ from: "orange", to: "pink" }}
>
watchtower
</Text>
</Group>
<Text
style={{
userSelect: "none",
fontSize: "xx-large",
fontFamily: "Portentous Distorted",
}}
variant="gradient"
gradient={{ from: "orange", to: "pink" }}
>
watchtower
</Text>
<Burger
opened={opened}
onClick={toggle}
Expand Down

0 comments on commit 545fd82

Please sign in to comment.