fix: icon and color

This commit is contained in:
puriphatt 2024-06-07 12:21:34 +00:00
parent f98093835f
commit 768686d41c
2 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ defineProps<{
} }
.color-text { .color-text {
color: var(--stone-6); color: var(--cyan-6);
} }
&.dark { &.dark {

View file

@ -563,7 +563,8 @@ watch(
id="btn-add-personnel" id="btn-add-personnel"
dense dense
unelevated unelevated
:label="'+ ' + $t('personnelAdd')" icon="mdi-plus"
:label="$t('personnelAdd')"
padding="4px 16px" padding="4px 16px"
@click="openDialog('FORM')" @click="openDialog('FORM')"
style="background-color: var(--cyan-6); color: white" style="background-color: var(--cyan-6); color: white"