From b88d1fc8473ad6bf29a260896e22b93f8aadd5cc Mon Sep 17 00:00:00 2001 From: chad Date: Wed, 18 Dec 2024 08:44:26 -0500 Subject: [PATCH 1/2] ui: enlarge text on wallet support notice --- .../modals/UnsupportedWalletsNoticeModal.tsx | 39 ++++++++++--------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx b/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx index 548ceed..dfab5b8 100644 --- a/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx +++ b/frontend/src/components/modals/UnsupportedWalletsNoticeModal.tsx @@ -1,10 +1,4 @@ -export const UnsupportedWalletsNoticeModal = ({ - isOpen, - onClose, -}: { - isOpen: boolean; - onClose: () => void; -}) => { +export const UnsupportedWalletsNoticeModal = ({ isOpen, onClose }: { isOpen: boolean; onClose: () => void }) => { if (!isOpen) return null; return ( @@ -28,9 +22,9 @@ export const UnsupportedWalletsNoticeModal = ({ onClick={(e) => e.stopPropagation()} style={{ backgroundColor: "rgb(18, 18, 18)", - padding: "30px", + padding: "50px", borderRadius: "8px", - maxWidth: "400px", + maxWidth: "500px", width: "90%", position: "relative", }} @@ -38,31 +32,40 @@ export const UnsupportedWalletsNoticeModal = ({
Wallet Support Notice
-
- Note: Gasless transactions are currently only supported for the Burner - wallet & Fuelet Wallet. +
+ Note: Gasless transactions are currently only supported for the Burner wallet & Fuelet Wallet.

- Support for other wallets is coming soon. If you use these other - wallets, you can still play the game by paying gas fees yourself. + Support for other wallets is coming soon. If you use these other wallets, you can still play the game by paying gas fees + yourself.