Skip to content

Commit

Permalink
fix: elements position in tx component
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Sep 30, 2024
1 parent 45164f7 commit d3843e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const styles = tv({
icon: 'w-4 h-4',
},
md: {
root: 'w-10 h-10',
root: 'w-[38px] h-[38px]',
icon: 'w-5 h-5',
},
lg: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const styles = tv({
header:
'group gap-2 flex flex-col tablet:flex-row items-start tablet:items-center',
amount: 'flex items-center gap-2 ml-14 tablet:ml-0',
content: 'gap-4 justify-between items-center flex-1',
content: 'gap-2 items-center flex-1',
icon: 'transition-transform group-data-[state=closed]:hover:rotate-180 group-data-[state=open]:rotate-180',
utxos: 'bg-gray-2 mx-4 py-3 px-4 rounded',
contractOutputContent: [
Expand Down

0 comments on commit d3843e2

Please sign in to comment.