diff --git a/libs/components/src/table/row.directive.ts b/libs/components/src/table/row.directive.ts index 23347224af9..c6285ca0dfc 100644 --- a/libs/components/src/table/row.directive.ts +++ b/libs/components/src/table/row.directive.ts @@ -26,7 +26,7 @@ export class RowDirective { "tw-border-b", "tw-border-secondary-300", "tw-border-solid", - "hover:tw-bg-background-alt", + "hover:tw-bg-primary-100", "last:tw-border-0", this.alignmentClass, ];