Skip to content

Commit

Permalink
Update InfinityModeComponent.jsx
Browse files Browse the repository at this point in the history
Fixed color
  • Loading branch information
LoafPickleWW authored May 29, 2024
1 parent 2da3707 commit dab1524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InfinityModeComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const InfinityModeComponent = ({
</div>
</div>
{isOpen && (
<div className="flex flex-col items-center rounded bg-primary-green py-2 px-3 text-sm text-black">
<div className="flex flex-col items-center rounded bg-banner-grey py-2 px-3 text-sm text-black">
<input
type="text"
placeholder="25-words mnemonics"
Expand Down

0 comments on commit dab1524

Please sign in to comment.