fix text alignment

This commit is contained in:
saml33 2024-05-07 23:00:20 +10:00
parent 3d76a68f7b
commit bdfd9ff466
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ const CollateralFeeWarningModal = ({ isOpen }: WarningProps) => {
</Td>
<Td>
<div className="flex flex-col items-end">
<p>
<p className="text-right">
<FormatNumericValue value={dailyFee} />
<span className="font-body"> {bank.name}</span>
</p>