Skip to content

Commit

Permalink
fix: style button
Browse files Browse the repository at this point in the history
  • Loading branch information
Noval Oktavio committed Dec 24, 2021
1 parent 06cc1dc commit 877890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VBtn/VBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const spinnerColor = computed(() => {
<template>
<component
:is="computedComponent"
class="btn whitespace-nowrap"
class="btn inline-flex items-center justify-center"
:class="classes"
:rel="newTab ? 'noopener' : ''"
:target="newTab ? '_blank' : ''"
Expand Down

0 comments on commit 877890a

Please sign in to comment.