File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
client/packages/lowcoder/src/comps/controls Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export function handleToHeadBg(color: string) {
220
220
return darkenColor ( color , 0.06 ) ;
221
221
}
222
222
if ( toHex ( color ) === "#000000" ) {
223
- return SECOND_SURFACE_COLOR ;
223
+ return SURFACE_COLOR ;
224
224
}
225
225
if ( isDarkColor ( color ) ) {
226
226
return darkenColor ( color , 0.06 ) ;
@@ -1164,10 +1164,12 @@ export const TableHeaderStyle = [
1164
1164
FONT_FAMILY ,
1165
1165
FONT_STYLE ,
1166
1166
TEXT ,
1167
+ getStaticBackground ( SURFACE_COLOR ) ,
1168
+ getBackground ( 'primarySurface' ) ,
1167
1169
{
1168
1170
name : "headerBackground" ,
1169
1171
label : trans ( "style.tableHeaderBackground" ) ,
1170
- depName : "headerBackground " ,
1172
+ depName : "background " ,
1171
1173
transformer : handleToHeadBg ,
1172
1174
} ,
1173
1175
getStaticBorder ( ) ,
You can’t perform that action at this time.
0 commit comments