Skip to content

Commit

Permalink
ui(send): monospace font for addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Sep 17, 2024
1 parent a9f5842 commit 288fd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Send/ShowUtxos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const UtxoRow = ({ utxo, onToggle, settings, walletInfo, t }: UtxoRowProps) => {
<Cell>
<UtxoIcon value={utxo} tags={tags} />
</Cell>
<Cell className="slashed-zeroes">
<Cell className="font-monospace slashed-zeroes">
<rb.OverlayTrigger
overlay={(props) => (
<rb.Tooltip className="slashed-zeroes" {...props}>
Expand Down

0 comments on commit 288fd98

Please sign in to comment.