File tree 1 file changed +5
-2
lines changed
packages/html/src/datetimepicker
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export const DateTimePicker = (
132
132
/>
133
133
</ Input >
134
134
{ opened &&
135
- < Popup className = { `k- ${ tab === "time" ? "list" : "calendar" } -container k-datetimepicker-popup` } dir = { dir } >
135
+ < Popup className = "k-datetime -container k-datetimepicker-popup" dir = { dir } >
136
136
< DateTimeSelector tab = { tab } dir = { dir } />
137
137
</ Popup >
138
138
}
@@ -146,7 +146,10 @@ export const DateTimePicker = (
146
146
147
147
< DateTimeSelector size = "large" tab = { tab } actionButtons = { false } />
148
148
149
- < ActionSheetFooter actions = { [ 'Cancel' , '!Set' ] } />
149
+ < ActionSheetFooter >
150
+ < Button text = "Set" size = "large" themeColor = "primary" className = "k-time-accept" />
151
+ < Button text = "Cancel" size = "large" themeColor = "base" className = "k-time-cancel" />
152
+ </ ActionSheetFooter >
150
153
</ ActionSheet >
151
154
}
152
155
</ >
You can’t perform that action at this time.
0 commit comments