mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
Changed hover over to ring instead of outline for short input
This commit is contained in:
@@ -78,7 +78,8 @@ export function ShortInput({
|
||||
ref={inputRef}
|
||||
className={cn(
|
||||
'w-full placeholder:text-muted-foreground/50 allow-scroll',
|
||||
isConnecting && 'border-blue-500'
|
||||
isConnecting &&
|
||||
'focus-visible:ring-blue-500 ring-2 ring-blue-500 ring-offset-2'
|
||||
)}
|
||||
placeholder={placeholder ?? ''}
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user