- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
User Story 👥
Our Workspace Schedule form uses a native<input type="time">
picker. Unfortunately, it's hard to make this appearance sit well on all browsers in our dark theme, and folx might not be able to see the dark clock against the dark theme.
- More on
<input type="time">
here:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time#appearance
Instead of this less-than-stellar design, I'd love to see a TimePicker like I see in modern mobile applications.
https://material-ui-pickers.dev/demo/timepicker#time-picker
Note
The underlying data representation should not change, we useHH:mm
(24 hour format).