Skip to content

Commit

Permalink
fix: align heading text left, closes leather-io#4423
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jan 17, 2024
1 parent 42f8022 commit f4077b0
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 f4077b0

Please sign in to comment.