fix: 02 icon outline & toggle color
This commit is contained in:
parent
ee4c202088
commit
027fd151c7
6 changed files with 21 additions and 16 deletions
|
|
@ -76,7 +76,7 @@ function deleteFile(name: string) {
|
|||
size="xs"
|
||||
class="q-pa-sm rounded q-mr-xs"
|
||||
color="info"
|
||||
name="mdi-briefcase"
|
||||
name="mdi-briefcase-outline"
|
||||
style="background-color: var(--surface-3)"
|
||||
/>
|
||||
{{ $t('formDialogTitleByType') }}
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ watch(
|
|||
size="xs"
|
||||
class="q-pa-sm rounded q-mr-xs"
|
||||
color="info"
|
||||
name="mdi-account"
|
||||
name="mdi-account-outline"
|
||||
style="background-color: var(--surface-3)"
|
||||
/>
|
||||
{{ $t(`${title}`) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue