File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ const StatusBar: React.FC<StatusBarProps> = ({
333333 value = { selectedService ?. id || '' }
334334 onChange = { ( e ) => onProviderChange ( e . target . value ) }
335335 disabled = { discoveredServices . length === 0 }
336- className = "bg-transparent font-semibold text-text-main rounded-md py-0.5 px-1 -my-1 hover:bg-border-color focus:outline-none focus:ring-1 focus:ring -primary appearance-none pr-4"
336+ className = "bg-transparent font-semibold text-text-main py-0.5 px-1 -my-1 hover:text-primary focus:outline-none focus:text -primary appearance-none pr-4"
337337 aria-label = "LLM provider"
338338 style = { selectStyles }
339339 >
@@ -352,7 +352,7 @@ const StatusBar: React.FC<StatusBarProps> = ({
352352 value = { modelName }
353353 onChange = { ( e ) => onModelChange ( e . target . value ) }
354354 disabled = { availableModels . length === 0 }
355- className = "bg-transparent font-semibold text-text-main rounded-md py-0.5 px-1 -my-1 hover:bg-border-color focus:outline-none focus:ring-1 focus:ring -primary appearance-none pr-4"
355+ className = "bg-transparent font-semibold text-text-main py-0.5 px-1 -my-1 hover:text-primary focus:outline-none focus:text -primary appearance-none pr-4"
356356 aria-label = "LLM model"
357357 style = { selectStyles }
358358 >
You can’t perform that action at this time.
0 commit comments