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 c6c2d0d commit 5630e7aCopy full SHA for 5630e7a
client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx
@@ -285,7 +285,7 @@ const STATIC_TEXT = {
285
const LABEL = {
286
name: "label",
287
label: trans("label"),
288
- depTheme: "canvas",
+ depTheme: "primarySurface",
289
depType: DEP_TYPE.CONTRAST_TEXT,
290
transformer: contrastText,
291
} as const;
@@ -898,7 +898,7 @@ export const LabelStyle = [
898
]
899
900
export const InputFieldStyle = [
901
- getStaticBackground(SURFACE_COLOR),
+ getBackground(),
902
...STYLING_FIELDS_CONTAINER_SEQUENCE,
903
] as const;
904
0 commit comments