diff --git a/src/components/Table/BulkActionRow.tsx b/src/components/Table/BulkActionRow.tsx index 97486c0136..9e2c162d26 100644 --- a/src/components/Table/BulkActionRow.tsx +++ b/src/components/Table/BulkActionRow.tsx @@ -6,7 +6,10 @@ import { useTableHeadCellCount } from './useTableHeadCellCount' const bulkActionRow = tv({ slots: { wrapper: 'smarthr-ui-BulkActionRow', - cell: 'shr-bg-action-background shr-p-1 shr-text-base', + cell: [ + 'shr-bg-action-background shr-p-1 shr-text-base', + 'forced-colors:shr-border-t-shorthand', + ], }, })