fix: 🐛 Fix text kerning on some buttons

#274
This commit is contained in:
Kenny 2022-06-08 10:34:27 -04:00
parent 26d79330d2
commit a46b87436c
2 changed files with 6 additions and 2 deletions

View File

@ -68,7 +68,7 @@
text
tile
dense
class="searchButton text-left text-none"
class="searchButton text-left text-none no-spacing"
@click="youtubeSearch(item)"
>
<v-icon class="mr-5">mdi-magnify</v-icon>
@ -318,6 +318,10 @@ div {
.fill-width {
width: 100% !important;
}
.no-spacing {
letter-spacing: 0px !important;
}
</style>
<style scoped>

View File

@ -12,7 +12,7 @@
>
<v-btn
text
class="entry text-left text-capitalize"
class="entry text-left text-capitalize no-spacing"
:to="item.to"
:disabled="item.disabled"
:style="{