We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0565ab commit 719017cCopy full SHA for 719017c
client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx
@@ -220,7 +220,7 @@ export function handleToHeadBg(color: string) {
220
return darkenColor(color, 0.06);
221
}
222
if (toHex(color) === "#000000") {
223
- return SECOND_SURFACE_COLOR;
+ return SURFACE_COLOR;
224
225
if (isDarkColor(color)) {
226
@@ -1164,10 +1164,12 @@ export const TableHeaderStyle = [
1164
FONT_FAMILY,
1165
FONT_STYLE,
1166
TEXT,
1167
+ getStaticBackground(SURFACE_COLOR),
1168
+ getBackground('primarySurface'),
1169
{
1170
name: "headerBackground",
1171
label: trans("style.tableHeaderBackground"),
- depName: "headerBackground",
1172
+ depName: "background",
1173
transformer: handleToHeadBg,
1174
},
1175
getStaticBorder(),
0 commit comments