chore: Update webhook delete button styles(#2322)

* Chore: Fixes style issue of webhook button

* Review fixes
This commit is contained in:
Nithin David Thomas
2021-05-21 19:49:57 +05:30
committed by GitHub
parent 26ba8e6ff7
commit ac2c5c93b9

View File

@@ -43,14 +43,14 @@
</td> </td>
<td class="button-wrapper"> <td class="button-wrapper">
<div @click="openDeletePopup(webHookItem, index)"> <div @click="openDeletePopup(webHookItem, index)">
<woot-submit-button <woot-button
:button-text=" :is-loading="loading[webHookItem.id]"
$t('INTEGRATION_SETTINGS.WEBHOOK.DELETE.BUTTON_TEXT') icon="ion-close-circled"
" variant="link"
:loading="loading[webHookItem.id]" color-scheme="secondary"
icon-class="ion-close-circled" >
button-class="link hollow grey-btn" {{ $t('INTEGRATION_SETTINGS.WEBHOOK.DELETE.BUTTON_TEXT') }}
/> </woot-button>
</div> </div>
</td> </td>
</tr> </tr>