Skip to content

Commit

Permalink
fix: 強制カラーモードの時はテーブルの一括操作領域に枠線を付ける (#4600)
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr authored Apr 23, 2024
1 parent 192fddb commit 3b00fca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Table/BulkActionRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
},
})

Expand Down

0 comments on commit 3b00fca

Please sign in to comment.