From 62127bd977fd97717292f5362ed53b4d2936719c Mon Sep 17 00:00:00 2001 From: barrytra Date: Tue, 27 Aug 2024 20:02:12 +0530 Subject: [PATCH] ui(fb): Increased font size of confirmation content --- src/components/fb2/FidelityBondSteps.module.css | 4 ++-- src/components/fb2/FidelityBondSteps.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/fb2/FidelityBondSteps.module.css b/src/components/fb2/FidelityBondSteps.module.css index dafd8efb6..264f3a33c 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 d121a8666..b28ce49a6 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) => (