refactor(ui): better font weight, icon hover states, etc

This commit is contained in:
liyasthomas
2021-08-13 16:44:02 +05:30
parent 08e3cffff8
commit 11816111ea
94 changed files with 547 additions and 514 deletions

View File

@@ -17,9 +17,7 @@
bg-primaryLight
border border-divider
rounded-l
flex
font-semibold font-mono
flex-1
flex flex-1
text-secondaryDark
w-full
py-2
@@ -38,9 +36,7 @@
class="
bg-primaryLight
border border-divider
flex
font-semibold font-mono
flex-1
flex flex-1
text-secondaryDark
w-full
py-2
@@ -81,7 +77,7 @@
>
<AppSection label="messages">
<div class="flex flex-col flex-1 p-4 inline-flex">
<label for="events" class="font-semibold">
<label for="events" class="font-semibold text-secondaryLight">
{{ $t("events") }}
</label>
</div>
@@ -97,7 +93,9 @@
/>
</div>
<div class="flex flex-1 p-4 items-center justify-between">
<label class="font-semibold">{{ $t("communication") }}</label>
<label class="font-semibold text-secondaryLight">{{
$t("communication")
}}</label>
<div class="flex">
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"