From 3b00fcad9c38171ef7a06f438a6a25ede3650659 Mon Sep 17 00:00:00 2001 From: KANAMORI Yu Date: Tue, 23 Apr 2024 11:57:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=B7=E5=88=B6=E3=82=AB=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=83=A2=E3=83=BC=E3=83=89=E3=81=AE=E6=99=82=E3=81=AF?= =?UTF-8?q?=E3=83=86=E3=83=BC=E3=83=96=E3=83=AB=E3=81=AE=E4=B8=80=E6=8B=AC?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E9=A0=98=E5=9F=9F=E3=81=AB=E6=9E=A0=E7=B7=9A?= =?UTF-8?q?=E3=82=92=E4=BB=98=E3=81=91=E3=82=8B=20(#4600)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/BulkActionRow.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', + ], }, })