Skip to content

Commit

Permalink
fix(ui): fix border color
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 19, 2024
1 parent f70f4ee commit ae749e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PaymentNetwork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ watch(paymentTx, () => {
class="flex relative bg-skin-bg gap-3 ring-1 ring-skin-border hover:ring-skin-text rounded-xl py-[12px] px-3 cursor-pointer"
:class="{
'!ring-skin-primary': planId === data.plan,
'ring-[#384aff]/0': plan.discount
'ring-transparent': plan.discount
}"
@click="setData('plan', planId)"
>
Expand Down

0 comments on commit ae749e2

Please sign in to comment.