Skip to content

Commit

Permalink
chore: update button themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed May 6, 2024
1 parent 7f2dc2f commit fa8b673
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/components/Burner/Burner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Burners: React.FC = () => {
<div className="flex justify-center p-4 pt-20">
<div className="flex flex-col items-start gap-2">
<h2>
<b className="text-red-300">
<b className="text-black-300">
NB: Please note that burner wallets are not supported on mainnet.
Resolve to using a wallet provider instead! <br />
<br />
Expand All @@ -118,7 +118,7 @@ const Burners: React.FC = () => {
Generate Wallet
</button>
<button
className="mt-2 p-2 bg-red-500 text-white rounded"
className="mt-2 p-2 bg-blue-500 text-white rounded"
onClick={clearWallets}
>
Clear Wallets
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/components/ConnectionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function ConnectionModal({ isOpen, onClose, handleConnect, wallet }: Props) {
</div>

<button
className="w-full mt-7 py-3 bg-[#3b81f6] rounded font-bold flex items-center gap-x-2 justify-center disabled:cursor-not-allowed"
className="w-full mt-7 py-3 bg-[#f77448] rounded font-bold flex items-center gap-x-2 justify-center disabled:cursor-not-allowed"
type="submit"
onClick={handleConnect}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function ScaffoldDeployer() {
</button>
</div>
)}
<button className="bg-blue-500 py-3 px-4 rounded-[5px] w-[200px] text-white">
<button className="bg-[#f77448] py-3 px-4 rounded-[5px] w-[200px] text-white">
Declare
</button>
</form>
Expand Down

0 comments on commit fa8b673

Please sign in to comment.