pub const DATE_TIME_PICKER_TRIGGER: &str = "w-full justify-start gap-2 text-left font-normal data-[placeholder]:text-ink-soft [&>svg]:text-ink-soft";
pub const DATE_TIME_PICKER_CONTENT: &str = "w-auto p-0";
pub const DATE_TIME_PICKER_TIME: &str = "flex items-center gap-2 border-t border-border px-3 py-2";
pub const DATE_TIME_PICKER_TIME_INPUT: &str = "w-14 text-center tabular-nums";
pub const DATE_TIME_PICKER_TIME_SEPARATOR: &str = "text-ink-soft select-none";
pub const DATE_TIME_PICKER_CLEAR: &str = "ml-auto";