organization_settings: Restyle remove button to make the UI consistent.

This commit is contained in:
Maneesh Shukla
2025-03-11 13:12:15 +05:30
committed by Tim Abbott
parent d0be7ec9f0
commit 5167ff640a

View File

@@ -8,6 +8,13 @@
<span class="rendered-checkbox"></span>
</label>
</td>
<td><button class="button button-danger small rounded delete_realm_domain">{{t "Remove" }}</button></td>
<td>
{{> ../components/action_button
label=(t "Remove")
custom_classes="delete_realm_domain"
attention="quiet"
intent="danger"
}}
</td>
</tr>
{{/with}}