Skip to content

Commit

Permalink
Fix TabBar on mobile in omni
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Jun 27, 2024
1 parent e13392e commit 3d37b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function TabBar({
<Box
sx={{
display: ['block', 'none'],
mb: 3,
my: 3,
zIndex: 2,
}}
>
Expand Down
1 change: 1 addition & 0 deletions features/omni-kit/controllers/OmniLayoutController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export function OmniLayoutController({ txHandler }: { txHandler: () => () => voi
/>
<TabBar
variant="underline"
useDropdownOnMobile
sections={[
{
value: isOpening ? 'setup' : 'overview',
Expand Down

0 comments on commit 3d37b36

Please sign in to comment.