File tree Expand file tree Collapse file tree
apps/webapp/app/components/runs/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ export function TimeDropdown({
535535 setActiveSection ( "dateRange" ) ;
536536 setValidationError ( null ) ;
537537 } }
538- className = "flex cursor-pointer gap-3 pb-2 "
538+ className = "flex cursor-pointer gap-3"
539539 >
540540 < RadioButtonCircle checked = { activeSection === "dateRange" } />
541541 < div className = "flex flex-1 flex-col" >
@@ -546,7 +546,14 @@ export function TimeDropdown({
546546 ) }
547547 >
548548 Or specify exact time range{ " " }
549- < span className = "text-text-dimmed" > (in local time)</ span >
549+ < span
550+ className = { cn (
551+ "transition-colors" ,
552+ activeSection === "dateRange" ? "text-indigo-500" : "text-text-dimmed"
553+ ) }
554+ >
555+ (in local time)
556+ </ span >
550557 </ Label >
551558 < div className = "-ml-8 mb-2" onClick = { ( e ) => e . stopPropagation ( ) } >
552559 < DateTimePicker
You can’t perform that action at this time.
0 commit comments