fix: share button color and icon
This commit is contained in:
parent
e10d6a83aa
commit
6b790573e9
4 changed files with 6 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ defineProps<{
|
||||||
<MainButton
|
<MainButton
|
||||||
@click="(e) => $emit('click', e)"
|
@click="(e) => $emit('click', e)"
|
||||||
v-bind="{ ...$props, ...$attrs }"
|
v-bind="{ ...$props, ...$attrs }"
|
||||||
icon="mdi-trash-can"
|
icon="mdi-trash-can-outline"
|
||||||
color="var(--negative-bg)"
|
color="var(--negative-bg)"
|
||||||
>
|
>
|
||||||
{{ $t('delete') }}
|
{{ $t('delete') }}
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ defineProps<{
|
||||||
<MainButton
|
<MainButton
|
||||||
@click="(e) => $emit('click', e)"
|
@click="(e) => $emit('click', e)"
|
||||||
v-bind="{ ...$props, ...$attrs }"
|
v-bind="{ ...$props, ...$attrs }"
|
||||||
icon="mdi-pencil"
|
icon="mdi-pencil-outline"
|
||||||
color="var(--info-bg)"
|
color="var(--cyan-6-hsl)"
|
||||||
>
|
>
|
||||||
{{ $t('edit') }}
|
{{ $t('edit') }}
|
||||||
</MainButton>
|
</MainButton>
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ defineProps<{
|
||||||
<MainButton
|
<MainButton
|
||||||
@click="(e) => $emit('click', e)"
|
@click="(e) => $emit('click', e)"
|
||||||
v-bind="{ ...$props, ...$attrs }"
|
v-bind="{ ...$props, ...$attrs }"
|
||||||
icon="mdi-content-save"
|
icon="mdi-content-save-outline"
|
||||||
color="var(--positive-bg)"
|
color="207 96% 32%"
|
||||||
>
|
>
|
||||||
{{ $t('save') }}
|
{{ $t('save') }}
|
||||||
</MainButton>
|
</MainButton>
|
||||||
|
|
|
||||||
|
|
@ -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(--negative-bg)"
|
color="var(--gray-8-hsl)"
|
||||||
>
|
>
|
||||||
{{ $t('undo') }}
|
{{ $t('undo') }}
|
||||||
</MainButton>
|
</MainButton>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue