mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
parent
37d3bb4ae9
commit
cf4e28c59e
1 changed files with 2 additions and 2 deletions
|
|
@ -840,8 +840,8 @@ export function Table({
|
|||
undefined
|
||||
) {
|
||||
console.log('componentState.changeSet', componentState.changeSet);
|
||||
cellProps.style.backgroundColor = '#ffffde';
|
||||
cellProps.style['--tblr-table-accent-bg'] = '#ffffde';
|
||||
cellProps.style.backgroundColor = darkMode ? '#1c252f' : '#ffffde';
|
||||
cellProps.style['--tblr-table-accent-bg'] = darkMode ? '#1c252f' : '#ffffde';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue