refactor: lint + minor ui fixes

This commit is contained in:
liyasthomas
2021-11-27 19:59:28 +05:30
parent da8c446ad7
commit 0bf856291c
68 changed files with 363 additions and 1691 deletions

View File

@@ -3,16 +3,7 @@
:to="`${/^\/(?!\/).*$/.test(to) ? localePath(to) : to}`"
:exact="exact"
:blank="blank"
class="
focus:outline-none
inline-flex
items-center
px-4
py-2
truncate
transition
rounded
"
class="focus:outline-none inline-flex items-center px-4 py-2 truncate transition rounded"
:class="[
color
? `text-${color}-500 hover:text-${color}-600 focus-visible:text-${color}-600`