Skip to content

Commit

Permalink
Fixed transfer dialog memo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Nov 21, 2024
1 parent 5e5be46 commit abe7208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function EngineTransferConfirmation({
<span className="text-blue-dark-sky mr-2">{amount}</span>
{asset}
</div>
{memo && <div className="memo">{memo}</div>}
{memo && <div className="text-center p-4 opacity-50">{memo}</div>}
</div>
<div className="flex justify-center gap-4 p-4">
<Button size="lg" appearance="secondary" outline={true} onClick={onBack}>
Expand Down

0 comments on commit abe7208

Please sign in to comment.