feat: centralize frontend Vuetify styling
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
class="feedback-entry"
|
||||
data-feedback-ui="true"
|
||||
>
|
||||
<button
|
||||
<v-btn variant="text" :ripple="false"
|
||||
class="feedback-entry-button"
|
||||
type="button"
|
||||
:title="t('feedback.open')"
|
||||
@@ -22,7 +22,7 @@
|
||||
>
|
||||
<v-icon :icon="mdiMessageAlertOutline" />
|
||||
<span>{{ t('feedback.button') }}</span>
|
||||
</button>
|
||||
</v-btn>
|
||||
|
||||
<FeedbackSubmissionDialog v-model="isDialogOpen" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user