File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 99
99
required
100
100
variant =" outlined"
101
101
rounded =" left"
102
- readonly
103
102
:rules =" rules"
104
103
:disabled =" loading.data"
105
104
></v-text-field >
@@ -637,7 +636,7 @@ const topperPlusFeeF = computed(() => {
637
636
});
638
637
639
638
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 . ` ;
641
640
});
642
641
643
642
const topperCryptoAmount = computed (() => {
Original file line number Diff line number Diff line change 5
5
<v-icon color =" textDark" class =" cursor-pointer" @click =" $emit('close')" >
6
6
mdi-arrow-left mr-4
7
7
</v-icon >
8
- <div class =" mew-heading-2" >Select provider</div >
8
+ <div class =" mew-heading-2 provider-text " >Select provider</div >
9
9
</div >
10
10
<div class =" mew-heading-2 font-weight-regular pb-2" >
11
11
Spending <b >{{ topperQuote.plusFeeF }}</b >
@@ -523,6 +523,12 @@ $greyPrimary-base: #5a678a;
523
523
color : $greyPrimary-base !important ;
524
524
caret-color : $greyPrimary-base !important ;
525
525
}
526
+
527
+ .provider-text {
528
+ text-align : center ;
529
+ width : 100% ;
530
+ padding-right : 20px ;
531
+ }
526
532
</style >
527
533
<style lang="scss">
528
534
.v-tooltip .v-overlay__content {
You can’t perform that action at this time.
0 commit comments