Skip to content

Commit 5f6b3b9

Browse files
committed
button background color adjusted
1 parent 150fba8 commit 5f6b3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ function replaceAndMergeMultipleStyles(originalArray: any[], styleToReplace: str
563563
}
564564

565565
export const ButtonStyle = [
566-
getBackground(),
566+
getBackground('primary'),
567567
...STYLING_FIELDS_SEQUENCE
568568
] as const;
569569

0 commit comments

Comments
 (0)