From 6eb63fa58b1086318a6931a4d5087ca74e412ff6 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 a42b519759..20e7d6ad5c 100644 --- a/frontend/src/lib/components/workspaceSettings/DataTablePermissionsButton.svelte +++ b/frontend/src/lib/components/workspaceSettings/DataTablePermissionsButton.svelte @@ -381,7 +381,7 @@ {#snippet actions()}