diff --git a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css index 811eac68e25..0601be79ad4 100644 --- a/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css +++ b/packages/lexical-playground/src/themes/PlaygroundEditorTheme.css @@ -270,7 +270,11 @@ height: 100%; border-right: 1px solid #bbb; } -.PlaygroundEditorTheme__tableRowStriping tr:nth-child(even) { +.PlaygroundEditorTheme__tableRowStriping tr:nth-child(even), +.PlaygroundEditorTheme__tableFrozenColumn + .PlaygroundEditorTheme__table.PlaygroundEditorTheme__tableRowStriping + tr:nth-child(even) + > td:first-child { background-color: #f2f5fb; } .PlaygroundEditorTheme__tableSelection *::selection {