Skip to content

Commit

Permalink
send(ui): align confirmation block with divider toggle button
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Sep 17, 2024
1 parent 766a0ff commit 0abf65b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Send/ShowUtxos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,12 @@ interface UtxoRowProps {
settings: Settings
walletInfo: WalletInfo
t: TFunction
// TODO: remove
showBackgroundColor?: boolean
}

interface UtxoListDisplayProps {
utxos: SelectableUtxo[]
onToggle: (utxo: SelectableUtxo) => void
settings: Settings
// TODO: remove
showBackgroundColor?: boolean
}

const UtxoRow = ({ utxo, onToggle, settings, walletInfo, t }: UtxoRowProps) => {
Expand Down Expand Up @@ -113,7 +109,7 @@ type SelectableUtxoTableRowData = SelectableUtxo & Pick<TableTypes.TableNode, 'i

const DEFAULT_UTXO_LIST_THEME = {
Table: `
--data-table-library_grid-template-columns: 2.5rem 2.5rem 17rem 3rem 12rem 1fr};
--data-table-library_grid-template-columns: 2.5rem 2.5rem 17rem 3.75rem 11rem 1fr};
`,
BaseCell: `
padding: 0.35rem 0.25rem !important;
Expand Down

0 comments on commit 0abf65b

Please sign in to comment.