Skip to content

Commit

Permalink
Minor UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 20, 2024
1 parent 0b2fd9d commit a92a104
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const SendUSDCModal = ({ modalId }: SendUSDCModalProps) => {

<div className="flex flex-row justify-between items-center gap-3">
<InputBase value={receiver} onChange={setReceiver} placeholder="Enter receiver" />
<button className="p-4 text-white bg-red-600 hover:bg-red-500 active:bg-red-500 ">
<button className="p-4 text-white bg-red-600 hover:bg-red-500 active:bg-red-500 rounded-full">
<QrCodeIcon className="h-6 w-6" />
</button>
</div>
Expand All @@ -67,7 +67,7 @@ export const SendUSDCModal = ({ modalId }: SendUSDCModalProps) => {
</button>
<label
htmlFor={`${modalId}`}
className="btn text-xl rounded-full bg-red-600 hover:bg-red-500 btn-ghost btn-sm btn-circle absolute right-3 top-3"
className="btn text-xl rounded-full text-white bg-red-600 hover:bg-red-500 active:bg-red-500 btn-ghost btn-sm btn-circle absolute right-3 top-3"
>
</label>
Expand Down

0 comments on commit a92a104

Please sign in to comment.