fix: share button color and icon

This commit is contained in:
puriphatt 2024-08-08 04:59:45 +00:00
parent e10d6a83aa
commit 6b790573e9
4 changed files with 6 additions and 6 deletions

View file

@ -17,8 +17,8 @@ defineProps<{
<MainButton
@click="(e) => $emit('click', e)"
v-bind="{ ...$props, ...$attrs }"
icon="mdi-content-save"
color="var(--positive-bg)"
icon="mdi-content-save-outline"
color="207 96% 32%"
>
{{ $t('save') }}
</MainButton>