diff --git a/src/components/fb2/FidelityBondSteps.module.css b/src/components/fb2/FidelityBondSteps.module.css index dafd8efb..264f3a33 100644 --- a/src/components/fb2/FidelityBondSteps.module.css +++ b/src/components/fb2/FidelityBondSteps.module.css @@ -180,11 +180,11 @@ .confirmationStepLabel { color: var(--bs-gray-600); - font-size: 0.8rem; + font-size: 1rem; } .confirmationStepContent { - font-size: 0.8rem; + font-size: 1rem; word-break: break-all; } diff --git a/src/components/fb2/FidelityBondSteps.tsx b/src/components/fb2/FidelityBondSteps.tsx index d121a866..b28ce49a 100644 --- a/src/components/fb2/FidelityBondSteps.tsx +++ b/src/components/fb2/FidelityBondSteps.tsx @@ -218,7 +218,7 @@ const Confirmation = ({ lockDate, jar, selectedUtxos, timelockedAddress }: Confi return ( <>
- +
{confirmationItems.map((item, index) => (