accentColor? | string | Accent color used for the current day, AM/PM selection, primary button. |
borderColor? | string | Border color of the trigger and the time fields. |
borderHoverColor? | string | Border color on hover. |
borderRadius? | number | Border radius applied to the trigger and the time inputs (in px). |
errorColor? | string | Color of the inline error message and the border when an error is set. |
fieldBackgroundColor? | string | Background color of the trigger field. |
fieldHeight? | number | Height applied to the trigger field (in px). |
focusColor? | string | Border & focus ring color when the control is focused. |
popupBackgroundColor? | string | Background of the popup Callout. |
popupGap? | number | Minimum gap between popup sections (in px). |
popupSurfaceColor? | string | Background of secondary popup sections (time + footer). |
popupWidth? | number | Width of the popup callout (in px). |
separatorColor? | string | Separator color used between popup sections. |
textColor? | string | Color of the text typed inside the trigger and the time fields. |
textSecondaryColor? | string | Color of secondary text (labels, placeholder, icon default color). |
timeFieldWidth? | number | Width of the hour / minute inputs in the time picker (in px). |
transitionDuration? | string | Transition duration for hover / focus interactions (e.g. 0.15s). |