Skip to content

Commit

Permalink
placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Sep 14, 2023
1 parent 9b418a6 commit 6e1f6e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
Menu,
MenuItem,
Popover,
UnstyledButton,
TextInput,
MiddleTruncate,
useViewport,
Expand Down Expand Up @@ -449,6 +448,7 @@ const SearchFilter = <T,>({
onChange={(e) => {
setSearchValue(e.target.value);
}}
placeholder="Search assets"
{...(containerProps as any)}
/>
</div>
Expand All @@ -462,7 +462,7 @@ const GrayOnHoverBox = styled(Box)`
border-radius: 8px;
&:hover {
background: ${Colors.Gray100};
transition: background 300ms linear;
transition: background 100ms linear;
${ExpandMore} {
visibility: visible;
}
Expand Down

0 comments on commit 6e1f6e5

Please sign in to comment.