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
|
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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue