Skip to content

Commit

Permalink
fix: align heading text left, closes #4423
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 27, 2023
1 parent 94a37a3 commit 9a6892d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/request-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export function RequestPassword({ title, caption, onSuccess }: RequestPasswordPr
<>
<styled.h1
textStyle={['heading.03', 'heading.03', 'heading.03', 'display.02']}
// textAlign={['left', 'center']}
textAlign="left"
mt="space.00"
mb="space.06"
>
Expand Down

0 comments on commit 9a6892d

Please sign in to comment.