Skip to content

Commit

Permalink
ui(Jar): same font size for available and frozen balance
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Nov 25, 2023
1 parent 6f9ae40 commit 360e05c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Balance.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PropsWithChildren, MouseEventHandler, useCallback, useEffect, useMemo, useState } from 'react'
import { PropsWithChildren, MouseEventHandler, useEffect, useMemo, useState } from 'react'
import classNames from 'classnames'
import Sprite from './Sprite'
import { SATS, BTC, btcToSats, satsToBtc, isValidNumber, formatBtc, formatSats } from '../utils'
Expand Down
4 changes: 0 additions & 4 deletions src/components/jars/Jar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
font-size: 0.8rem;
}

.frozen.jarBalance {
font-size: 0.7rem;
}

.selectableJarContainer {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 360e05c

Please sign in to comment.