Skip to content

Commit

Permalink
Update SearchBar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tsun900 authored Feb 12, 2024
1 parent ec9aae8 commit da5d79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBar/SearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const SearchBarComponent = (props) => {
</InputGroup>
</Box>
<Flex gap="1vh" justifyContent="space-between">
<Tabs variant="enclosed" h="full" align="end" w="auto">
<Tabs variant="enclosed" h="full" align="end">
{isOpen ? (
<TabList>
<Box
Expand Down

0 comments on commit da5d79d

Please sign in to comment.