File tree Expand file tree Collapse file tree
apps/webapp/app/components/primitives Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export function DateTimePicker({
8484 < button
8585 type = "button"
8686 className = { cn (
87- "flex h-[1.8rem] w-full items-center justify-between gap-2 whitespace-nowrap rounded border border-charcoal-600 bg-charcoal-750 px-2 text-xs tabular-nums transition hover:border-charcoal-500 " ,
87+ "flex h-[1.8rem] w-full items-center justify-between gap-2 whitespace-nowrap rounded border border-charcoal-650 bg-charcoal-750 px-2 text-xs tabular-nums transition hover:border-charcoal-600 " ,
8888 value ? "text-text-bright" : "text-text-dimmed"
8989 ) }
9090 >
@@ -107,7 +107,7 @@ export function DateTimePicker({
107107 value = { value ? timeValue : "" }
108108 onChange = { handleTimeChange }
109109 className = { cn (
110- "h-[1.8rem] rounded border border-charcoal-600 bg-charcoal-750 px-2 text-xs tabular-nums transition hover:border-charcoal-500 " ,
110+ "h-[1.8rem] rounded border border-charcoal-650 bg-charcoal-750 px-2 text-xs tabular-nums transition hover:border-charcoal-600 " ,
111111 "text-text-bright placeholder:text-text-dimmed" ,
112112 "focus:border-charcoal-500 focus:outline-none" ,
113113 "[&::-webkit-calendar-picker-indicator]:hidden [&::-webkit-calendar-picker-indicator]:appearance-none"
You can’t perform that action at this time.
0 commit comments