Skip to content

Commit

Permalink
Refactor UI layout in App.tsx, fix flex layout issue, and update bala…
Browse files Browse the repository at this point in the history
…nce display
  • Loading branch information
daniel-vahn committed May 3, 2024
1 parent ec785c2 commit 2025415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function App() {
};

return (
<div className="flex flex-col min-h-full h-full w-screen rounded-xl bg-customGrayWallet">
<div className="flex flex-col h-screen w-screen rounded-xl bg-customGrayWallet">
{view === View.LANDING && (
<>
<div className="components-container mb-2">
Expand Down

0 comments on commit 2025415

Please sign in to comment.