Skip to content

Commit 207584d

Browse files
committed
lint
1 parent ad400df commit 207584d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ui/components/Checkout/Checkout.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ onUnmounted(() => {
581581
<div v-if="props.accessControlUrl" class="grid gap-4 p-5 lg:gap-8">
582582
<!-- Access control section -->
583583
<span>
584-
<p class="text-dp-white-600 mb-2 flex items-center gap-2 font-bold">
584+
<p class="mb-2 flex items-center gap-2 font-bold text-dp-white-600">
585585
<svg
586586
xmlns="http://www.w3.org/2000/svg"
587587
fill="none"
@@ -674,7 +674,7 @@ onUnmounted(() => {
674674

675675
<section
676676
v-if="!useInjectedTransactionForm && isPriced"
677-
class="border-dp-white-300 sticky bottom-0 flex grow flex-col gap-5 rounded-b-xl border-t bg-white p-5"
677+
class="sticky bottom-0 flex grow flex-col gap-5 rounded-b-xl border-t border-dp-white-300 bg-white p-5"
678678
v-bind:class="
679679
!props.accessControlUrl || (props.accessControlUrl && accessAllowed)
680680
? 'lg:static lg:border-0 lg:bg-transparent'
@@ -728,7 +728,7 @@ onUnmounted(() => {
728728
>
729729
<div
730730
role="presentation"
731-
class="border-native-blue-300 mx-auto h-16 w-16 animate-spin rounded-full border-l border-r border-t"
731+
class="mx-auto h-16 w-16 animate-spin rounded-full border-l border-r border-t border-native-blue-300"
732732
/>
733733
<p v-if="isApproving">{{ i18n('ApprovalPending') }}</p>
734734
<p v-if="isStaking && !isWaitingForStaked">

src/ui/components/Checkout/Result.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ onMounted(async () => {
9494
<div class="mx-auto grid gap-8 md:max-w-lg">
9595
<slot name="before:preview" />
9696
<div
97-
class="bg-dp-white-300 -mx-8 grid gap-8 p-6 md:mx-auto md:w-full md:rounded-md"
97+
class="-mx-8 grid gap-8 bg-dp-white-300 p-6 md:mx-auto md:w-full md:rounded-md"
9898
>
9999
<div class="flex flex-col gap-6">
100100
<p class="font-mono font-bold">

0 commit comments

Comments
 (0)