Skip to content

Commit 5630e7a

Browse files
committed
switch component styling adjusted
1 parent c6c2d0d commit 5630e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const STATIC_TEXT = {
285285
const LABEL = {
286286
name: "label",
287287
label: trans("label"),
288-
depTheme: "canvas",
288+
depTheme: "primarySurface",
289289
depType: DEP_TYPE.CONTRAST_TEXT,
290290
transformer: contrastText,
291291
} as const;
@@ -898,7 +898,7 @@ export const LabelStyle = [
898898
]
899899

900900
export const InputFieldStyle = [
901-
getStaticBackground(SURFACE_COLOR),
901+
getBackground(),
902902
...STYLING_FIELDS_CONTAINER_SEQUENCE,
903903
] as const;
904904

0 commit comments

Comments
 (0)