refactor(ui): minor ui improvements

This commit is contained in:
liyasthomas
2021-09-20 21:33:36 +05:30
parent 44026fcd41
commit 9698932bde
9 changed files with 21 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
<template>
<SmartModal v-if="show" full-width @close="$emit('hide-modal')">
<SmartModal
v-if="show"
max-width="sm:max-w-md"
full-width
@close="$emit('hide-modal')"
>
<template #body>
<input
id="command"