fix: minor color scheme inconsistencies

This commit is contained in:
liyasthomas
2021-07-25 16:23:29 +05:30
parent 56c2e1094d
commit 3862a926ab
32 changed files with 66 additions and 37 deletions

View File

@@ -7,14 +7,16 @@
</div>
</template>
<template #body>
<textarea
id="import-curl"
v-model="curl"
class="textarea"
autofocus
rows="8"
:placeholder="$t('enter_curl')"
></textarea>
<div class="flex flex-col px-2">
<textarea
id="import-curl"
v-model="curl"
class="textarea"
autofocus
rows="8"
:placeholder="$t('enter_curl')"
></textarea>
</div>
</template>
<template #footer>
<span>