We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf5894 commit 85ba543Copy full SHA for 85ba543
thingconnect.pulse.client/src/components/layout/Navigation.tsx
@@ -36,7 +36,7 @@ export function Navigation({ onItemClick }: NavigationProps) {
36
return (
37
<Box h='100%' display='flex' flexDirection='column' data-testid='navigation'>
38
<Box
39
- p={6}
+ p={4}
40
borderBottom='1px'
41
borderColor='gray.200'
42
_dark={{ borderColor: 'gray.700' }}
@@ -46,7 +46,7 @@ export function Navigation({ onItemClick }: NavigationProps) {
46
data-testid='thingconnect-icon'
47
src={thingConnectIcon}
48
alt='ThingConnect'
49
- w={44}
+
50
h='auto'
51
/>
52
</Box>
0 commit comments