Skip to content

Commit

Permalink
πŸ› Fix selectItem height
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Nov 16, 2024
1 parent 1c9dc9a commit 27fa785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NFTEditionSelectItemV2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
? '!border-like-green'
: 'ring-[1px] ring-shade-gray hover:ring-[#d1d1d1] transition-all duration-75',
'flex items-center justify-between gap-[16px]',
'h-[82px]',
'min-h-[82px]',
]"
@click="$emit('click', $event)"
>
Expand Down

0 comments on commit 27fa785

Please sign in to comment.