fix: icon and color
This commit is contained in:
parent
f98093835f
commit
768686d41c
2 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ defineProps<{
|
|||
}
|
||||
|
||||
.color-text {
|
||||
color: var(--stone-6);
|
||||
color: var(--cyan-6);
|
||||
}
|
||||
|
||||
&.dark {
|
||||
|
|
|
|||
|
|
@ -563,7 +563,8 @@ watch(
|
|||
id="btn-add-personnel"
|
||||
dense
|
||||
unelevated
|
||||
:label="'+ ' + $t('personnelAdd')"
|
||||
icon="mdi-plus"
|
||||
:label="$t('personnelAdd')"
|
||||
padding="4px 16px"
|
||||
@click="openDialog('FORM')"
|
||||
style="background-color: var(--cyan-6); color: white"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue