fix(electron): find in page input border blink issue (#7737)

This commit is contained in:
pengx17
2024-08-05 09:27:21 +00:00
parent 9cc976ce2e
commit 9f57ed5e84
@@ -222,7 +222,7 @@ export const FindInPageModal = () => {
>
<div
className={clsx(styles.inputContainer, {
active: active,
active: active || isSearching,
})}
>
<SearchIcon className={styles.searchIcon} />