fix: share button color and icon
This commit is contained in:
parent
e10d6a83aa
commit
6b790573e9
4 changed files with 6 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ defineProps<{
|
|||
@click="(e) => $emit('click', e)"
|
||||
v-bind="{ ...$props, ...$attrs }"
|
||||
icon="mdi-arrow-left"
|
||||
color="var(--negative-bg)"
|
||||
color="var(--gray-8-hsl)"
|
||||
>
|
||||
{{ $t('undo') }}
|
||||
</MainButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue