Skip to content

Commit ede27eb

Browse files
committed
add disabled styles for togglebtn
1 parent 2e0ec40 commit ede27eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@ export const ToggleButtonStyle = [
10131013
...style,
10141014
};
10151015
}),
1016+
...DISABLED_STYLE_FIELDS,
10161017
] as const;
10171018

10181019
export const TextStyle = [

0 commit comments

Comments
 (0)