fix(ui): standardize permission denial callouts

This commit is contained in:
Andras Bacsai
2026-06-04 11:37:16 +02:00
parent 5973bb4d4f
commit 8a2373e49f
9 changed files with 98 additions and 26 deletions
@@ -63,7 +63,7 @@
</x-forms.button>
</form>
@else
<x-callout type="warning" title="Permission Required">
<x-callout type="danger" title="Insufficient Permissions">
You don't have permission to create new GitHub Apps. Please contact your team administrator for access.
</x-callout>
@endcan