Skip to content

Commit 579493e

Browse files
committed
Nicer styling for the dateTimePicker
1 parent 62d3f29 commit 579493e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/components/primitives/DateTimePicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)