Skip to content

Commit 60065e8

Browse files
committed
devop: minor cleanup
1 parent 63e2fe3 commit 60065e8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/components/OrderForm/BuyForm.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
required
100100
variant="outlined"
101101
rounded="left"
102-
readonly
103102
:rules="rules"
104103
:disabled="loading.data"
105104
></v-text-field>
@@ -637,7 +636,7 @@ const topperPlusFeeF = computed(() => {
637636
});
638637
639638
const topperIncludesFeeText = computed(() => {
640-
return `Includes 2.9% Topper fee and 1.75% MyEtherWallet fee.`;
639+
return `Includes 4.65$ fee. First transaction is free.`;
641640
});
642641
643642
const topperCryptoAmount = computed(() => {

src/components/OrderForm/BuyProviders.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<v-icon color="textDark" class="cursor-pointer" @click="$emit('close')">
66
mdi-arrow-left mr-4
77
</v-icon>
8-
<div class="mew-heading-2">Select provider</div>
8+
<div class="mew-heading-2 provider-text">Select provider</div>
99
</div>
1010
<div class="mew-heading-2 font-weight-regular pb-2">
1111
Spending <b>{{ topperQuote.plusFeeF }}</b>
@@ -523,6 +523,12 @@ $greyPrimary-base: #5a678a;
523523
color: $greyPrimary-base !important;
524524
caret-color: $greyPrimary-base !important;
525525
}
526+
527+
.provider-text {
528+
text-align: center;
529+
width: 100%;
530+
padding-right: 20px;
531+
}
526532
</style>
527533
<style lang="scss">
528534
.v-tooltip .v-overlay__content {

0 commit comments

Comments
 (0)