Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Nov 1, 2024
2 parents c6c25b1 + c159f89 commit a6b5d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<tfoot
bind:this={ref}
class={cn("bg-primary text-primary-foreground font-medium", className)}
class={cn("bg-muted/50 text-primary-foreground font-medium", className)}
{...restProps}
>
{@render children?.()}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<tfoot
bind:this={ref}
class={cn("bg-primary text-primary-foreground font-medium", className)}
class={cn("bg-muted/50 text-primary-foreground font-medium", className)}
{...restProps}
>
{@render children?.()}
Expand Down

0 comments on commit a6b5d3c

Please sign in to comment.