Skip to content

Commit

Permalink
Merge pull request #43 from danielschwartz4/bug/text-unaligned
Browse files Browse the repository at this point in the history
made text aligned
  • Loading branch information
namedotget authored Dec 6, 2023
2 parents c7b6df3 + c1902c5 commit 7e7ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/onboarding/TransactionStepLoading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function StepLoading({ stepNum, title, explanation }: StepLoadingProps) {
{stepNum}
</p>
<div className="flex-col justify-start items-start gap-4 inline-flex">
<div className="mt-[15px] text-left block lg:mt-0 xl:text-xl w-[150px]">
<div className="mt-[15px] text-center block lg:mt-0 xl:text-xl w-[150px]">
{title}
</div>
</div>
Expand Down

0 comments on commit 7e7ee12

Please sign in to comment.