Skip to content

Commit

Permalink
center text in progress modal
Browse files Browse the repository at this point in the history
SNS-152
  • Loading branch information
dr497 committed Dec 13, 2023
1 parent e9a052c commit 58c0e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressExplainerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const ProgressExplainerModal = ({
<View style={tw`flex flex-row items-start gap-2 mt-2`}>
{stepsImages[currentStep].icon}

<Text style={tw`text-sm font-medium`}>
<Text style={tw`text-sm font-medium text-center`}>
{stepsImages[currentStep].text()}
</Text>
</View>
Expand Down

0 comments on commit 58c0e75

Please sign in to comment.