Skip to content

Commit

Permalink
Improved theme
Browse files Browse the repository at this point in the history
  • Loading branch information
amitx13 committed Aug 19, 2024
1 parent 271b2a4 commit 0c55995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ const ReviewConsideredUtxos = ({ utxos }: ReviewConsideredUtxosProps) => {

const customTheme = {
Table: `
--data-table-library_grid-template-columns: 2.5rem 10rem 5fr 3fr 8.7rem;
--data-table-library_grid-template-columns: 2.5rem 12rem 2fr 1fr 8.7rem;
@media only screen and (min-width: 768px) {
--data-table-library_grid-template-columns: 2.5rem 10rem 5fr 3fr 8.7rem;
--data-table-library_grid-template-columns: 1.7rem 11.3rem 2fr 1fr 8.7rem;
}
`,
BaseCell: `
padding: 0.35rem 0.25rem !important;
padding: 0.35rem 0.15rem !important;
margin: 0.15rem 0px !important;
`,
}
Expand Down

0 comments on commit 0c55995

Please sign in to comment.