Skip to content

Commit 14cb80d

Browse files
authored
Merge branch 'main' into react-crossword-v3
2 parents edfbdaa + 6a1e951 commit 14cb80d

File tree

1 file changed

+1
-1
lines changed
  • libs/@guardian/react-crossword/src

1 file changed

+1
-1
lines changed

libs/@guardian/react-crossword/src/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const defaultTheme: Theme = {
77
gridPrintBackgroundColor: palette.neutral[46],
88
gridGutterSize: 1,
99
gridCellSize: 32,
10-
gridCellStrikeThrough: palette.neutral[73],
10+
gridCellStrikeThrough: palette.neutral[46],
1111

1212
textColor: palette.neutral[7],
1313
focusColor: palette.focus[400],

0 commit comments

Comments
 (0)