Skip to content

Commit

Permalink
fix(devwallet): style (#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans authored Nov 13, 2024
1 parent 316c860 commit ee38a9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/hip-cooks-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions packages/apps/dev-wallet/src/App/Layout/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const SideBar: FC = () => {
}
context={
<>
<>
<SideBarItem visual={<MonoWarning />} label="warning">
{isExpanded ? (
<BetaHeader />
) : (
Expand All @@ -142,7 +142,7 @@ export const SideBar: FC = () => {
</Text>
</Stack>
)}
</>
</SideBarItem>

<SideBarItemsInline>
<SideBarItem visual={<MonoContacts />} label="Profile">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const menuNavWrapperClass = style([
flex: 1,
}),
{
overflowY: 'scroll',
overflowY: 'hidden',
},
]);

Expand Down

0 comments on commit ee38a9e

Please sign in to comment.