Skip to content

Commit

Permalink
ui density updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Dec 11, 2024
1 parent c4f9b71 commit ed58386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/inspect/ui/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const InspectSearch = () => {
};

return (
<Density medium>
<Density compact>
<div className='flex justify-center mt-4'>
<div className='max-w-[600px] w-full mx-4 flex gap-2 flex-col'>
<form onSubmit={handleSearch} className='flex gap-2 items-center'>
Expand Down

0 comments on commit ed58386

Please sign in to comment.