fix(03): i18n and fab color
This commit is contained in:
parent
e2b30f9c1c
commit
a28ca8beef
1 changed files with 2 additions and 5 deletions
|
|
@ -224,15 +224,12 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
||||||
id="add-branch"
|
id="add-branch"
|
||||||
:style="{
|
:style="{
|
||||||
color: 'white',
|
color: 'white',
|
||||||
'background-color':
|
'background-color': 'hsla(var(--pink-6-hsl))',
|
||||||
customerType === 'CORP'
|
|
||||||
? 'hsla(var(--violet-11-hsl))'
|
|
||||||
: 'hsla(var(--pink-6-hsl))',
|
|
||||||
}"
|
}"
|
||||||
@click="openEmployerBranchForm('create')"
|
@click="openEmployerBranchForm('create')"
|
||||||
padding="xs"
|
padding="xs"
|
||||||
icon="mdi-office-building-outline"
|
icon="mdi-office-building-outline"
|
||||||
:label="$t('formDialogTitleCreateSubBranch')"
|
:label="$t('form.title.create', { name: $t('branch.card.branchLabel') })"
|
||||||
external-label
|
external-label
|
||||||
label-position="left"
|
label-position="left"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue