Skip to content

Commit

Permalink
💄 style: fix props
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 13, 2023
1 parent 5cfa3ee commit 4ec04ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ const SearchBar = memo<SearchBarProps>(
}, []);

return (
<div className={styles.search}>
<div className={cx(styles.search, className)}>
{spotlight && <Spotlight />}
<Input
allowClear
className={cx(styles.input, className)}
className={styles.input}
onBlur={() => setShowTag(true)}
onChange={(e) => {
setInputValue(e.target.value);
Expand Down

1 comment on commit 4ec04ae

@vercel
Copy link

@vercel vercel bot commented on 4ec04ae Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lobe-ui – ./

lobe-ui-lobehub.vercel.app
lobe-ui-git-master-lobehub.vercel.app
lobe-ui.vercel.app
ui.lobehub.com

Please sign in to comment.