fix: update button sizes in ExtraCommunity.vue for better visibility
gitea/salix-front/pipeline/pr-dev This commit looks good Details
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2025-01-09 08:47:18 +01:00
parent 6d1478f703
commit bd09090e11
1 changed files with 2 additions and 2 deletions

View File

@ -597,7 +597,7 @@ const getColor = (percentage) => {
v-if="entry.isCustomInspectionRequired" v-if="entry.isCustomInspectionRequired"
name="warning" name="warning"
color="negative" color="negative"
size="xs" size="md"
:title="t('requiresInspection')" :title="t('requiresInspection')"
> >
</QIcon> </QIcon>
@ -627,7 +627,7 @@ const getColor = (percentage) => {
<QBtn <QBtn
v-if="entry.evaNotes" v-if="entry.evaNotes"
icon="comment" icon="comment"
size="sm" size="md"
flat flat
color="primary" color="primary"
> >