File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
client/packages/lowcoder/src/comps/controls Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -870,15 +870,14 @@ export const CardStyle = [
870
870
871
871
export const timerStyle = [
872
872
getBackground ( "primarySurface" ) ,
873
- BORDER ,
874
- RADIUS ,
875
- {
876
- name : "fontColor" ,
877
- label : trans ( "timer.fontColor" ) ,
878
- color : "#000000" ,
879
- } ,
873
+ ...STYLING_FIELDS_SEQUENCE
880
874
] as const ;
881
875
876
+ export const startButtonStyle = [
877
+ getBackground ( "primarySurface" ) ,
878
+ ...STYLING_FIELDS_SEQUENCE
879
+ ] as const
880
+
882
881
// end
883
882
884
883
export const LabelStyle = [
@@ -1585,6 +1584,7 @@ export type FloatButtonStyleType = StyleConfigType<typeof FloatButtonStyle>;
1585
1584
export type TransferStyleType = StyleConfigType < typeof TransferStyle > ;
1586
1585
export type CardStyleType = StyleConfigType < typeof CardStyle > ;
1587
1586
export type timerStyleType = StyleConfigType < typeof timerStyle > ;
1587
+ export type StartButtonStyleType = StyleConfigType < typeof startButtonStyle > ;
1588
1588
1589
1589
export type LabelStyleType = StyleConfigType < typeof LabelStyle > ;
1590
1590
export type InputLikeStyleType = StyleConfigType < typeof InputLikeStyle > ;
You can’t perform that action at this time.
0 commit comments