We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c120f commit c159f89Copy full SHA for c159f89
sites/docs/src/lib/registry/default/ui/table/table-footer.svelte
@@ -8,6 +8,6 @@
8
export { className as class };
9
</script>
10
11
-<tfoot class={cn("bg-primary text-primary-foreground font-medium", className)} {...$$restProps}>
+<tfoot class={cn("bg-muted/50 text-primary-foreground font-medium", className)} {...$$restProps}>
12
<slot />
13
</tfoot>
sites/docs/src/lib/registry/new-york/ui/table/table-footer.svelte
0 commit comments