refactor: improve ui consistency

This commit is contained in:
liyasthomas
2022-02-26 17:39:57 +05:30
parent 137de5dcc7
commit 5b816422d7
3 changed files with 12 additions and 7 deletions

View File

@@ -11,12 +11,12 @@
<ButtonSecondary
v-if="selectedEnvironmentIndex !== -1"
:label="environments[selectedEnvironmentIndex].name"
class="flex-1 pr-8 rounded-none"
class="flex-1 !justify-start pr-8 rounded-none"
/>
<ButtonSecondary
v-else
:label="`${$t('environment.no_environment')}`"
class="flex-1 pr-8 rounded-none"
:label="`${$t('environment.select')}`"
class="flex-1 !justify-start pr-8 rounded-none"
/>
</span>
</template>
@@ -31,6 +31,7 @@
}
"
/>
<hr />
<SmartItem
v-for="(gen, index) in environments"
:key="`gen-${index}`"