organization-settings: Redesign the "Remove from default" button in default channels.

Fixes part of #34200.
This commit is contained in:
Maneesh Shukla
2025-03-29 23:43:26 +05:30
committed by Tim Abbott
parent 9e2e2da7e1
commit 5b46d43f54

View File

@@ -6,9 +6,12 @@
</td>
{{#if ../can_modify}}
<td class="actions">
<button class="button rounded remove-default-stream button-danger">
{{t "Remove from default" }}
</button>
{{> ../components/action_button
attention="quiet"
intent="danger"
label=(t "Remove from default")
custom_classes="remove-default-stream"
}}
</td>
{{/if}}
</tr>