diff --git a/src/forms/ContractCreationForm/components/ArbitrumStep.vue b/src/forms/ContractCreationForm/components/ArbitrumStep.vue index 739b3982..fcb4340f 100644 --- a/src/forms/ContractCreationForm/components/ArbitrumStep.vue +++ b/src/forms/ContractCreationForm/components/ArbitrumStep.vue @@ -51,6 +51,15 @@
+ {{ + $t(`${I18N_KEY_PREFIX}.settings.description`, { + token: + form.arbitrumConfig.tokenSymbol || + $t(`${I18N_KEY_PREFIX}.settings.default-token`), + }) + }} +
{{ $t(`${I18N_KEY_PREFIX}.group-instruction`) }} @@ -198,7 +176,7 @@ const removeGroup = (idx: number) => { } .ethereum-step__groups { - margin-top: toRem(40); + margin-top: toRem(16); } .ethereum-step__group-title { @@ -206,7 +184,7 @@ const removeGroup = (idx: number) => { } .ethereum-step__group-instruction { - margin-top: toRem(20); + margin-top: toRem(8); } .ethereum-step__groups-dashboard { @@ -219,7 +197,7 @@ const removeGroup = (idx: number) => { .ethereum-step__groups-list-wrp { position: relative; overflow: auto; - margin-top: toRem(58); + margin-top: toRem(42); &::-webkit-scrollbar { height: 0; diff --git a/src/forms/ContractCreationForm/components/GeneralStep.vue b/src/forms/ContractCreationForm/components/GeneralStep.vue index 40a7ff29..575d96c9 100644 --- a/src/forms/ContractCreationForm/components/GeneralStep.vue +++ b/src/forms/ContractCreationForm/components/GeneralStep.vue @@ -50,11 +50,7 @@ const emitRootField = ( max-width: toRem(560); } -.general-step__instruction { - @include body-2-regular; -} - .general-step .general-step__project-name { - margin-top: toRem(30); + margin-top: toRem(20); } diff --git a/src/forms/ContractCreationForm/index.vue b/src/forms/ContractCreationForm/index.vue index 3f047bb5..a21de78d 100644 --- a/src/forms/ContractCreationForm/index.vue +++ b/src/forms/ContractCreationForm/index.vue @@ -100,8 +100,6 @@ const form = useStorage