Skip to content

Commit

Permalink
improve padding
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Oct 18, 2024
1 parent 8e135fd commit 02a6b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/panel/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ root.render(
<ProvideRoutes>
<ProvideInjectedWallet>
<ProvideProvider>
<div className="p-6">
<div className="px-6 py-8">
<App />
</div>
</ProvideProvider>
Expand Down

0 comments on commit 02a6b86

Please sign in to comment.