mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Change cancel button in 'MySomethingList' from danger to green
This commit is contained in:
parent
6beb59b89c
commit
5ecf6a7fee
@ -56,7 +56,7 @@
|
|||||||
>
|
>
|
||||||
{{ isEditing ? $t('actions.save') : texts.addButton }}
|
{{ isEditing ? $t('actions.save') : texts.addButton }}
|
||||||
</base-button>
|
</base-button>
|
||||||
<base-button v-if="isEditing" id="cancel" danger @click="handleCancel()">
|
<base-button v-if="isEditing" id="cancel" @click="handleCancel()">
|
||||||
{{ $t('actions.cancel') }}
|
{{ $t('actions.cancel') }}
|
||||||
</base-button>
|
</base-button>
|
||||||
</ds-space>
|
</ds-space>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user