Skip to content

Commit 55f8a41

Browse files
authored
fix: SpreadsheetTableのthのコントラスト比を改善 (#5846)
1 parent d698676 commit 55f8a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smarthr-ui/src/components/SpreadsheetTable/SpreadsheetTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const classNameGenerator = tv({
1919
base: [
2020
'smarthr-ui-SpreadsheetTable shr-border-shorthand shr-border-collapse shr-bg-head',
2121
// th
22-
'[&_th]:shr-p-0.25 [&_th]:shr-text-sm [&_th]:shr-font-normal [&_th]:shr-text-grey',
22+
'[&_th]:shr-p-0.25 [&_th]:shr-text-sm [&_th]:shr-font-normal [&_th]:shr-text-black',
2323
// th + th
2424
'[&_th_+_th]:shr-border-l-shorthand [&_th_+_th]:shr-border-[theme(backgroundColor[head-darken])]',
2525
// 左上の角: tr:first-child th:first-child

0 commit comments

Comments
 (0)