Skip to content

Commit

Permalink
fix(search-bar): search bar should not be changed size on search
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Aug 2, 2024
1 parent e9da16c commit 1fe89a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/App/SideBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const Search = styled(Flex).attrs({
justify: 'center',
align: 'center',
})`
flex-grow: 1;
width: 85%;
`

const SearchDetails = styled(Flex).attrs({
Expand Down Expand Up @@ -314,6 +314,7 @@ const InputButton = styled(Flex).attrs({
transition-duration: 0.2s;
margin-left: -42px;
z-index: 2;
width: 30px;
&:hover {
/* background-color: ${colors.gray200}; */
Expand Down

0 comments on commit 1fe89a2

Please sign in to comment.