Change color red to green on cancel buttons of post and comments

This commit is contained in:
entermex 2023-07-14 13:05:07 +02:00
parent b933305cad
commit 138b851737
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
:disabled="disabled && !update"
@click="handleCancel"
data-test="cancel-button"
danger
>
{{ $t('actions.cancel') }}
</base-button>

View File

@ -173,7 +173,6 @@
data-test="cancel-button"
:disabled="loading"
@click="$router.back()"
danger
>
{{ $t('actions.cancel') }}
</base-button>