Skip to content

Commit

Permalink
feat: wp
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Jan 31, 2025
1 parent f97bc9d commit f2fe554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/_components/NewNavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import { SettingsPopover } from './SettingsPopover';

const DesktopNavBar = (props: any) => {
return (
<Flex width="full" h={10} alignItems="center" justifyContent="space-between" {...props}>
<Flex width="full" h={10} alignItems="center" justifyContent="space-between" {...props} gap={15}>
<Flex alignItems="center" gap={6}>
<Logo logoSize={10} />
<PagesSlidingMenu width={50} />
</Flex>
<Box flexGrow={1} flexShrink={1} maxWidth="474px">
<Flex flexGrow={1} flexShrink={1} maxWidth="474px">
<Input placeholder="Explore" bg="surfaceSecondary" />
</Box>
</Flex>
<Flex gap={4}>
<FeePopover />
<SettingsPopover />
Expand Down
1 change: 1 addition & 0 deletions src/ui/theme/space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const NEW_SPACE = {
8: { value: '2rem' }, // 32px
10: { value: '2.5rem' }, // 40px
12: { value: '3rem' }, // 48px
15: { value: '3.75rem' }, // 60px
16: { value: '4rem' }, // 64px
18: { value: '4.5rem' }, // 72px
20: { value: '5rem' }, // 80px
Expand Down

0 comments on commit f2fe554

Please sign in to comment.