Skip to content

Commit

Permalink
💄 Update button & padding style
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 authored and williamchong committed Nov 18, 2024
1 parent 131b7df commit 58fa3cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/NFTStockLabel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
const classes = [
'whitespace-nowrap',
'px-[8px]',
'py-[4px]',
'py-[2px]',
'rounded-[4px]',
'text-[12px]',
'font-500',
Expand Down
6 changes: 4 additions & 2 deletions src/pages/nft/class/_classId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
<div class="flex flex-col gap-[8px] mt-[24px] w-full">
<ButtonV2
preset="outline"
class="w-full h-[32px] border-[#EBEBEB]"
class="w-full !h-[32px] !rounded-[10px] border-[#EBEBEB]"
size="tiny"
:is-disabled="isAllSoldOut"
@click="handleGiftFromEditionSelector"
>
Expand All @@ -70,7 +71,8 @@
<ButtonV2
v-if="!isAllSoldOut"
preset="outline"
class="w-full h-[32px] border-[#EBEBEB]"
size="tiny"
class="w-full !h-[32px] !rounded-[10px] border-[#EBEBEB]"
content-class="text-[12px] text-dark-gray"
:text="compareButtonText"
@click="handleClickEditionCompareButton"
Expand Down
3 changes: 2 additions & 1 deletion src/pages/nft/collection/_collectionId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<template #column-left>
<ButtonV2
preset="outline"
class="w-full h-[32px] border-[#EBEBEB]"
class="w-full !h-[32px] !rounded-[10px] border-[#EBEBEB]"
size="tiny"
:is-disabled="isAllSoldOut"
@click="handleGiftFromEditionSelector"
>
Expand Down

0 comments on commit 58fa3cd

Please sign in to comment.