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