fix: update button sizes in ExtraCommunity.vue for better visibility
This commit is contained in:
parent
6d1478f703
commit
bd09090e11
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue