Skip to content

Commit

Permalink
Merge branch 'improve-payment-ui' of https://github.com/snapshot-labs…
Browse files Browse the repository at this point in the history
…/snapshot into improve-payment-ui
  • Loading branch information
wa0x6e committed Jan 19, 2024
2 parents 5a82231 + f57f920 commit 4cfcb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/PaymentNetwork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ watch(paymentTx, () => {
<form v-if="fxLoadStatus === 1" class="flex flex-col gap-4" @submit="pay">
<fieldset>
<legend
class="text-[20px] mb-[12px] leading-none text-skin-heading font-semibold"
class="text-md mb-[12px] leading-none text-skin-heading font-semibold"
>
Select your plan duration
</legend>
Expand Down Expand Up @@ -162,7 +162,7 @@ watch(paymentTx, () => {
}}</small>
<span
v-if="currencyId === data.currency"
:class="['absolute right-0 pr-3']"
class="absolute right-0 pr-3"
>
<i-ho-check class="text-skin-primary text-sm" />
</span>
Expand Down

0 comments on commit 4cfcb9f

Please sign in to comment.