Skip to content

Commit ab8db5c

Browse files
committed
timer styles created
1 parent ca1ce64 commit ab8db5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -870,15 +870,14 @@ export const CardStyle = [
870870

871871
export const timerStyle = [
872872
getBackground("primarySurface"),
873-
BORDER,
874-
RADIUS,
875-
{
876-
name: "fontColor",
877-
label: trans("timer.fontColor"),
878-
color: "#000000",
879-
},
873+
...STYLING_FIELDS_SEQUENCE
880874
] as const;
881875

876+
export const startButtonStyle = [
877+
getBackground("primarySurface"),
878+
...STYLING_FIELDS_SEQUENCE
879+
] as const
880+
882881
// end
883882

884883
export const LabelStyle = [
@@ -1585,6 +1584,7 @@ export type FloatButtonStyleType = StyleConfigType<typeof FloatButtonStyle>;
15851584
export type TransferStyleType = StyleConfigType<typeof TransferStyle>;
15861585
export type CardStyleType = StyleConfigType<typeof CardStyle>;
15871586
export type timerStyleType = StyleConfigType<typeof timerStyle>;
1587+
export type StartButtonStyleType = StyleConfigType<typeof startButtonStyle>;
15881588

15891589
export type LabelStyleType = StyleConfigType<typeof LabelStyle>;
15901590
export type InputLikeStyleType = StyleConfigType<typeof InputLikeStyle>;

0 commit comments

Comments
 (0)