From 920dd660c0d5d58992a5c109b2aacb6aeec8967d Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Sat, 5 Sep 2026 00:20:45 +0200 Subject: [PATCH] fix(datatables): the roles drawer's Save button is sized like every other It was the one `unifiedSize="xs"` (h-5) among the drawer action buttons, where the convention is `md` (h-8), so it read as a different, lesser control than the Save it sits beside everywhere else. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01S5arH3G2Sa1Qqm32veJQ1n --- .../workspaceSettings/DataTablePermissionsButton.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/workspaceSettings/DataTablePermissionsButton.svelte b/frontend/src/lib/components/workspaceSettings/DataTablePermissionsButton.svelte index 6a872fbbe9..0a41f40831 100644 --- a/frontend/src/lib/components/workspaceSettings/DataTablePermissionsButton.svelte +++ b/frontend/src/lib/components/workspaceSettings/DataTablePermissionsButton.svelte @@ -362,7 +362,7 @@ {#snippet actions()}