Skip to content

Commit

Permalink
fix: add border to onboarding form
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Mar 28, 2024
1 parent a985e0f commit 6c11191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/ui/components/containers/headers/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function Header({
justifyContent="center"
margin={{ base: 0, md: 'auto' }}
p={variant === 'bigTitle' ? 'space.05' : 'space.04'}
paddingLeft={variant === 'onboarding' ? 0 : undefined}
bg="transparent"
maxWidth={{ base: '100vw', md: 'fullPageMaxWidth' }}
width="100%"
Expand Down
3 changes: 2 additions & 1 deletion src/app/ui/pages/two-column.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export function TwoColumnLayout({
p={{ base: 'space.02', md: 'space.05' }}
gap="space.04"
bg="ink.background-primary"
borderRadius="xs"
border="default"
borderRadius="lg"
width="100%"
minWidth={{
base: '100%',
Expand Down

0 comments on commit 6c11191

Please sign in to comment.