diff --git a/web-common/src/components/table-toolbar/TableToolbarSort.svelte b/web-common/src/components/table-toolbar/TableToolbarSort.svelte index 3845628612c..4547386b1f1 100644 --- a/web-common/src/components/table-toolbar/TableToolbarSort.svelte +++ b/web-common/src/components/table-toolbar/TableToolbarSort.svelte @@ -36,7 +36,7 @@ let sizeClass = $derived(ClassForSize[size]); let outlineClass = $derived( - noOutline ? "" : "border rounded-[2px] shadow-xs bg-white", + noOutline ? "" : "border rounded-[2px] shadow-xs", );