fix(03): i18n and fab color

This commit is contained in:
puriphatt 2024-08-30 10:47:30 +07:00
parent e2b30f9c1c
commit a28ca8beef

View file

@ -224,15 +224,12 @@ watch([customerId, inputSearch, currentStatus], async () => {
id="add-branch"
:style="{
color: 'white',
'background-color':
customerType === 'CORP'
? 'hsla(var(--violet-11-hsl))'
: 'hsla(var(--pink-6-hsl))',
'background-color': 'hsla(var(--pink-6-hsl))',
}"
@click="openEmployerBranchForm('create')"
padding="xs"
icon="mdi-office-building-outline"
:label="$t('formDialogTitleCreateSubBranch')"
:label="$t('form.title.create', { name: $t('branch.card.branchLabel') })"
external-label
label-position="left"
/>