Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 14, 2023
1 parent 134a249 commit e236c54
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 @@ -14,7 +14,7 @@ export const App = () => {
const { address } = useAccount();

return (
<div className="w-full max-w-lg mx-auto bg-ens-light-background-primary border rounded-lg border-ens-light-border p-6 space-y-4">
<div className="w-full max-w-lg mx-auto bg-ens-light-background-primary border rounded-xl border-ens-light-border p-6 space-y-4">
<div className="flex justify-between">
<h1>
$points{' '}
Expand Down

0 comments on commit e236c54

Please sign in to comment.