diff --git a/web/app/components/plugins/marketplace/home/marketplace-live-search.tsx b/web/app/components/plugins/marketplace/home/marketplace-live-search.tsx index e1788f6006a..32a7b9eec93 100644 --- a/web/app/components/plugins/marketplace/home/marketplace-live-search.tsx +++ b/web/app/components/plugins/marketplace/home/marketplace-live-search.tsx @@ -76,7 +76,7 @@ export default function MarketplaceLiveSearch({ value={value} onChange={(event) => setValue(event.target.value)} placeholder={placeholder} - className="h-9 w-full rounded-[10px] border-[0.5px] border-components-input-border-active bg-components-input-bg-normal py-2 pr-3 pl-9 text-sm text-text-primary outline-none placeholder:text-text-quaternary focus:border-state-accent-solid" + className="h-9 w-full rounded-[10px] border border-transparent bg-components-input-bg-normal py-2 pr-3 pl-9 text-sm text-text-primary outline-none placeholder:text-text-quaternary hover:border-components-input-border-hover focus:border-components-input-border-active" /> {language && } diff --git a/web/app/components/plugins/marketplace/home/marketplace-plugin-search.tsx b/web/app/components/plugins/marketplace/home/marketplace-plugin-search.tsx index 8c0fbd97043..86e72000551 100644 --- a/web/app/components/plugins/marketplace/home/marketplace-plugin-search.tsx +++ b/web/app/components/plugins/marketplace/home/marketplace-plugin-search.tsx @@ -30,7 +30,7 @@ export default function MarketplacePluginSearch({ placeholder }: MarketplacePlug void setValue(event.target.value) }} placeholder={placeholder} - className="h-9 w-full rounded-[10px] border-[0.5px] border-components-input-border-active bg-components-input-bg-normal py-2 pr-3 pl-9 text-sm text-text-primary outline-none placeholder:text-text-quaternary focus:border-state-accent-solid" + className="h-9 w-full rounded-[10px] border border-transparent bg-components-input-bg-normal py-2 pr-3 pl-9 text-sm text-text-primary outline-none placeholder:text-text-quaternary hover:border-components-input-border-hover focus:border-components-input-border-active" /> ) diff --git a/web/app/components/plugins/marketplace/home/marketplace-search-autocomplete.tsx b/web/app/components/plugins/marketplace/home/marketplace-search-autocomplete.tsx index c10e84d783f..6ff92de60fa 100644 --- a/web/app/components/plugins/marketplace/home/marketplace-search-autocomplete.tsx +++ b/web/app/components/plugins/marketplace/home/marketplace-search-autocomplete.tsx @@ -187,10 +187,7 @@ export function MarketplaceSearchAutocomplete({ submitOnItemClick={Boolean(inputName)} value={value} > - +