Skip to content

Commit

Permalink
fix: charge button color
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Oct 27, 2024
1 parent d3c1848 commit 7af750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wallet/New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export function New() {
</div>
</div>
<button
className="btn bg-green-600 hover:bg-green-500 w-full h-16 text-xl font-bold flex-grow-0"
className="btn btn-primary w-full h-16 text-xl font-bold flex-grow-0"
type="submit"
disabled={isLoading || total <= 0} // Disable if total is 0
>
Expand Down

0 comments on commit 7af750e

Please sign in to comment.