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

@@ -8,7 +8,6 @@
flex
font-semibold font-mono
flex-1
text-xs
py-2
px-4
focus:outline-none
@@ -220,8 +219,7 @@ export default {
@apply w-full;
@apply block;
@apply py-2 px-4;
@apply text-xs;
@apply font-mono;
@apply font-semibold font-mono;
&:last-child {
border-radius: 0 0 8px 8px;