Skip to content

Commit

Permalink
fix: update padding of onboarding header to align buttons, ref #5802
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Aug 29, 2024
1 parent 229ce06 commit d746f00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/features/container/headers/onboarding.header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export function OnboardingHeader({ hideLogo = false }: OnboardingHeaderProps) {
const navigate = useNavigate();

return (
<>
<Header paddingLeft={{ base: undefined, sm: 0 }}>
<Header px='space.05'>
<HeaderGrid
leftCol={
<>
Expand All @@ -47,6 +46,5 @@ export function OnboardingHeader({ hideLogo = false }: OnboardingHeaderProps) {
}
/>
</Header>
</>
);
}

0 comments on commit d746f00

Please sign in to comment.