Skip to content

Commit

Permalink
chore: add margin in AppsFilters to compensate
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Aug 1, 2024
1 parent 2e2661e commit 3e8be51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const AppsFilters = ({
const fixFiltersSize = breakpoints.includes('lg') ? { maxWidth: 'x200', minWidth: 'x200' } : null;

return (
<Box pi={24}>
<Box pi={24} mbe={4}>
<FilterByText placeholder={appsSearchPlaceholders[context]} onChange={({ text }): void => setText(text)}>
{!isPrivateAppsPage && (
<RadioDropDown group={freePaidFilterStructure} onSelected={freePaidFilterOnSelected} flexGrow={1} {...fixFiltersSize} />
Expand Down

0 comments on commit 3e8be51

Please sign in to comment.