We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ecbf7 commit 308215fCopy full SHA for 308215f
ui/src/common/DateTimeSelector.tsx
@@ -22,7 +22,7 @@ export const DateTimeSelector: React.FC<DateTimeSelectorProps> = React.memo(
22
return (
23
<KeyboardDateTimePicker
24
className="time-picker"
25
- variant="dialog"
+ variant="inline"
26
InputProps={{disableUnderline: true}}
27
title={selectedDate.format()}
28
style={{width: (showDate ? 185 : 105) + (ampm ? 20 : 0)}}
0 commit comments