refactor: improve ui consistency

This commit is contained in:
liyasthomas
2022-02-02 15:28:59 +05:30
parent c0aab9ad41
commit 72172b8351
32 changed files with 150 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="flex flex-col flex-1">
<div
class="sticky z-10 flex items-center justify-between pl-4 border-b bg-primary border-dividerLight top-lowerSecondaryStickyFold"
>
@@ -33,7 +33,7 @@
/>
</div>
</div>
<div ref="rawResponse"></div>
<div ref="rawResponse" class="flex flex-col flex-1"></div>
</div>
</template>