Skip to content

Commit

Permalink
center align convert text in GetDFIScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Jan 3, 2024
1 parent 4c895e4 commit 1e990d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function StepThree(): JSX.Element {
dark={tailwind("bg-mono-dark-v2-00 border-mono-dark-v2-200")}
light={tailwind("bg-mono-light-v2-00 border-mono-light-v2-200")}
>
<View>
<View style={tailwind("flex flex-col items-center")}>
<ThemedViewV2
style={tailwind(
"w-15 h-15 flex flex-row justify-around items-center rounded-full",
Expand Down

0 comments on commit 1e990d9

Please sign in to comment.