Skip to content

Commit c9f73e7

Browse files
committed
new styles added
1 parent 7004e45 commit c9f73e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,6 @@ export const TransferStyle = [
852852

853853
export const CardStyle = [
854854
getStaticBackground("#ffffff"),
855-
BORDER,
856855
{
857856
name: "IconColor",
858857
label: trans("card.IconColor"),
@@ -866,6 +865,12 @@ export const CardStyle = [
866865
transformer: toSelf,
867866
},
868867
CONTAINER_BODY_PADDING,
868+
...STYLING_FIELDS_CONTAINER_SEQUENCE
869+
] as const;
870+
871+
export const CardHeaderStyle = [
872+
getStaticBackground(SURFACE_COLOR),
873+
...STYLING_FIELDS_SEQUENCE,
869874
] as const;
870875

871876
export const timerStyle = [
@@ -1583,6 +1588,7 @@ export type AvatarGroupStyleType = StyleConfigType<typeof avatarGroupStyle>;
15831588
export type FloatButtonStyleType = StyleConfigType<typeof FloatButtonStyle>;
15841589
export type TransferStyleType = StyleConfigType<typeof TransferStyle>;
15851590
export type CardStyleType = StyleConfigType<typeof CardStyle>;
1591+
export type CardHeaderStyleType = StyleConfigType<typeof CardHeaderStyle>;
15861592
export type timerStyleType = StyleConfigType<typeof timerStyle>;
15871593
export type StartButtonStyleType = StyleConfigType<typeof startButtonStyle>;
15881594

0 commit comments

Comments
 (0)