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

@@ -2,7 +2,7 @@
<span class="chip">
<span><slot></slot></span>
<ButtonSecondary
class="p-2 close-button icon"
class="rounded p-2 close-button icon"
icon="close"
@click.native="$emit('chip-delete')"
/>
@@ -19,7 +19,7 @@
@apply pl-4;
@apply bg-primaryDark;
@apply text-secondary;
@apply font-mono font-semibold;
@apply border border-divider;
}