Merge pull request #25534 from overleaf/mj-table-gen-color

[web] Fix table generator edited cell color

GitOrigin-RevId: 7ad762954637b13022a361f87fdf08f7dc97e17f
This commit is contained in:
Mathias Jakobsen
2025-05-13 11:06:14 +01:00
committed by Copybot
parent 6f70f37f48
commit e541852cf5

View File

@@ -322,6 +322,7 @@ export const tableGeneratorTheme = EditorView.baseTheme({
},
'.table-generator-cell-input': {
color: 'inherit',
'background-color': 'transparent',
width: '100%',
'text-align': 'inherit',