Skip to content

Commit

Permalink
fix: adjust statement UI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Sep 28, 2023
1 parent ee7aa39 commit c28a567
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ export const EthSignBodyMessageSIWE: FC<{
</div>
</div>
{!!siwe.statement && (
<div className="bg-grey-850 text-body-secondary leading-paragraph mb-16 w-full rounded-sm p-4 text-center text-sm">
{siwe.statement}
<div className="bg-grey-850 mb-16 w-full rounded-sm p-4 text-sm">
<div className="text-body-disabled text-xs">{t("Statement")}</div>
<div className="text-body leading-paragraph mt-2">{siwe.statement}</div>
</div>
)}
<ViewDetailsButton onClick={open} />
Expand Down

0 comments on commit c28a567

Please sign in to comment.