Skip to content

Commit 70cec63

Browse files
committed
date time style updated
1 parent 63bd4e3 commit 70cec63

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

client/packages/lowcoder/src/comps/comps/dateComp/dateCompUtil.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export const getStyle = (style: DateTimeStyleType) => {
7373
&:not(.ant-picker-disabled) {
7474
border-color: ${style.border};
7575
background-color: ${style.background};
76+
border-width: ${style.borderWidth};
77+
border-style: ${style.borderStyle};
7678
7779
input {
7880
color: ${style.text};

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,8 @@ export const DateTimeStyle = [
11401140
TEXT,
11411141
MARGIN,
11421142
PADDING,
1143+
BORDER_STYLE,
1144+
BORDER_WIDTH,
11431145
...ACCENT_VALIDATE,
11441146
] as const;
11451147

0 commit comments

Comments
 (0)