Link to code example: https://github.com/facebook/lexical/blob/5bbbe849bd229e1db0e7b536e6a919520ada7bb2/packages/lexical-table/src/LexicalTableCellNode.ts#L187 ## The current behavior `element.style.backgroundColor = '#f2f3f5';` is hardcoded for `<th>` elements ## The expected behavior `<th>` elements should not have that style in code, only in CSS