Skip to content

Commit 85ba543

Browse files
committed
adjusted padding for in navifation according to the pageheader
1 parent cbf5894 commit 85ba543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thingconnect.pulse.client/src/components/layout/Navigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function Navigation({ onItemClick }: NavigationProps) {
3636
return (
3737
<Box h='100%' display='flex' flexDirection='column' data-testid='navigation'>
3838
<Box
39-
p={6}
39+
p={4}
4040
borderBottom='1px'
4141
borderColor='gray.200'
4242
_dark={{ borderColor: 'gray.700' }}
@@ -46,7 +46,7 @@ export function Navigation({ onItemClick }: NavigationProps) {
4646
data-testid='thingconnect-icon'
4747
src={thingConnectIcon}
4848
alt='ThingConnect'
49-
w={44}
49+
5050
h='auto'
5151
/>
5252
</Box>

0 commit comments

Comments
 (0)