mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Change color red to green on cancel buttons of post and comments
This commit is contained in:
parent
b933305cad
commit
138b851737
@ -8,7 +8,6 @@
|
|||||||
:disabled="disabled && !update"
|
:disabled="disabled && !update"
|
||||||
@click="handleCancel"
|
@click="handleCancel"
|
||||||
data-test="cancel-button"
|
data-test="cancel-button"
|
||||||
danger
|
|
||||||
>
|
>
|
||||||
{{ $t('actions.cancel') }}
|
{{ $t('actions.cancel') }}
|
||||||
</base-button>
|
</base-button>
|
||||||
|
|||||||
@ -173,7 +173,6 @@
|
|||||||
data-test="cancel-button"
|
data-test="cancel-button"
|
||||||
:disabled="loading"
|
:disabled="loading"
|
||||||
@click="$router.back()"
|
@click="$router.back()"
|
||||||
danger
|
|
||||||
>
|
>
|
||||||
{{ $t('actions.cancel') }}
|
{{ $t('actions.cancel') }}
|
||||||
</base-button>
|
</base-button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user