Skip to content

Commit

Permalink
ui(fb): Increased font size of confirmation content
Browse files Browse the repository at this point in the history
  • Loading branch information
barrytra committed Oct 3, 2024
1 parent 3aaaef1 commit 82175ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/fb2/FidelityBondSteps.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/fb2/FidelityBondSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const Confirmation = ({ lockDate, jar, selectedUtxos, timelockedAddress }: Confi
return (
<>
<div className="d-flex gap-5 px-4 align-items-center">
<Sprite symbol="fb-filled" width="60" height="110" className={styles.fbIcon} />
<Sprite symbol="fb-filled" width="55" height="100" className={styles.fbIcon} />
<div className="d-flex flex-column gap-3">
{confirmationItems.map((item, index) => (
<div className="d-flex align-items-center gap-2" key={index}>
Expand Down

0 comments on commit 82175ea

Please sign in to comment.