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 ac16808 commit 059f71fCopy full SHA for 059f71f
thingconnect.pulse.client/src/components/layout/PageSection.tsx
@@ -56,7 +56,7 @@ export function PageSection({
56
}
57
58
return (
59
- <VStack align='stretch' gap={2} data-testid={testId}>
+ <VStack align='stretch' gap={1} data-testid={testId}>
60
<Heading size='sm' fontSize='sm' fontWeight='medium' py={1}>
61
{title}
62
</Heading>
0 commit comments