Skip to content

Commit b7c0085

Browse files
Merge pull request #940 from MenamAfzal/fix/rotation
Fix/rotation
2 parents 436a7ed + 1f0aa57 commit b7c0085

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/packages/lowcoder/src/comps/comps/dateComp/timeComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const commonChildren = {
7373
hourStep: RangeControl.closed(1, 24, 1),
7474
minuteStep: RangeControl.closed(1, 60, 1),
7575
secondStep: RangeControl.closed(1, 60, 1),
76-
style: styleControl(DateTimeStyle),
76+
style: withDefault(styleControl(DateTimeStyle),{background:'transparent',borderWidth:'1px'}),
7777
suffixIcon: withDefault(IconControl, "/icon:regular/clock"),
7878
viewRef: RefControl<CommonPickerMethods>,
7979
...validationChildren,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,7 @@ export const DateTimeStyle = [
15901590
BORDER_WIDTH,
15911591
BOXSHADOW,
15921592
BOXSHADOWCOLOR,
1593+
ROTATION,
15931594
...ACCENT_VALIDATE,
15941595
] as const;
15951596

0 commit comments

Comments
 (0)