refactor(ui): better rendering with Inter font

This commit is contained in:
liyasthomas
2021-07-26 01:33:32 +05:30
parent 397cab9032
commit 8debb65d89
86 changed files with 434 additions and 485 deletions

View File

@@ -5,14 +5,14 @@
bg-primary
border-b border-dividerLight
flex flex-1
top-23
top-20
z-10
sticky
items-center
justify-between
"
>
<label for="body" class="font-semibold text-xs px-4">
<label for="body" class="font-semibold px-4">
{{ $t("response_body") }}
</label>
<div>
@@ -42,7 +42,7 @@
:options="{
maxLines: Infinity,
minLines: '16',
fontSize: '14px',
fontSize: '12px',
autoScrollEditorIntoView: true,
readOnly: true,
showPrintMargin: false,