Skip to content

Commit 1f0aa57

Browse files
committed
default styles
1 parent 75c4a3f commit 1f0aa57

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/comps/comps/dateComp

1 file changed

+1
-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,

0 commit comments

Comments
 (0)