fix: UndoButton color when dark mode
This commit is contained in:
parent
4d0371903b
commit
71986121bc
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ defineProps<{
|
||||||
@click="(e) => $emit('click', e)"
|
@click="(e) => $emit('click', e)"
|
||||||
v-bind="{ ...$props, ...$attrs }"
|
v-bind="{ ...$props, ...$attrs }"
|
||||||
icon="mdi-arrow-left"
|
icon="mdi-arrow-left"
|
||||||
color="var(--gray-8-hsl)"
|
:color="`var(--gray-${$q.dark.isActive ? '6' : '8'}-hsl)`"
|
||||||
:title="iconOnly ? $t('general.undo') : undefined"
|
:title="iconOnly ? $t('general.undo') : undefined"
|
||||||
>
|
>
|
||||||
{{ $t('general.undo') }}
|
{{ $t('general.undo') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue