Skip to content

Commit

Permalink
fix: width and centering text on success state (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPenryn committed Dec 13, 2023
1 parent 05d4c1b commit 4b79213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SuccessState = () => {
<p className="text-center text-2xl font-semibold text-gray-900 dark:text-white">
{__('Successfully verified')}
</p>
<p className="text-657080 mt-2 max-w-[14rem] text-center text-lg">
<p className="mx-auto mt-2 max-w-[224px] text-center text-lg text-657080">
{__('Your World ID verification was successful')}
</p>
</div>
Expand Down

0 comments on commit 4b79213

Please sign in to comment.