fix: business type icon and color
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
ed55d07e38
commit
af1f74bdda
1 changed files with 8 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue