Skip to content

Commit

Permalink
Merge pull request #182 from ecency/bugfix/179-bug-transfer-memo-styl…
Browse files Browse the repository at this point in the history
…e-issue

Fixed transfer dialog memo alignment
  • Loading branch information
feruzm authored Nov 21, 2024
2 parents 00184b1 + abe7208 commit 2aa1963
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 2aa1963

Please sign in to comment.