fix: business type icon and color
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-07-11 11:15:48 +07:00
parent ed55d07e38
commit af1f74bdda

View file

@ -243,10 +243,10 @@ watch(
labelI18n
:branch="[
{
icon: 'ph-building-office',
icon: 'lucide:briefcase-business',
count: pageState.total,
label: 'businessType.title',
color: 'light-green',
color: 'purple',
},
]"
:dark="$q.dark.isActive"
@ -497,11 +497,11 @@ watch(
<div
class="no-padding full-width full-height flex items-center justify-center"
style="
background: hsla(var(--green-8-hsl) / 0.1);
color: hsla(var(--green-8-hsl) / 1);
background: hsla(var(--violet-10-hsl) / 0.1);
color: hsla(var(--violet-10-hsl) / 1);
"
>
<Icon icon="ph-building-office" />
<Icon icon="lucide:briefcase-business" />
</div>
</template>
</q-img>
@ -573,11 +573,11 @@ watch(
<div
class="no-padding full-width full-height flex items-center justify-center"
style="
background: hsla(var(--green-8-hsl) / 0.1);
color: hsla(var(--green-8-hsl) / 1);
background: hsla(var(--violet-10-hsl) / 0.1);
color: hsla(var(--violet-10-hsl) / 1);
"
>
<Icon icon="ph-building-office" />
<Icon icon="lucide:briefcase-business" />
</div>
</template>
</q-img>