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 8d61e93 commit 31ddc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/request-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function RequestPassword({ title, caption, onSuccess }: RequestPasswordPr
<>
<styled.h1
textStyle={['heading.03', 'heading.03', 'heading.03', 'display.02']}
textAlign="left"
mt="space.00"
mb="space.06"
>
Expand Down

0 comments on commit 31ddc89

Please sign in to comment.