From 0b7a808a5f3b350b85c69de6534d204775d22770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Bu=C4=9Fra=20Yi=C4=9Fiter?= <54077855+yigiterdev@users.noreply.github.com> Date: Mon, 27 Jun 2022 17:39:15 +0300 Subject: [PATCH 1/2] fix: text color issue on mobile modal --- .../information/_pera-wallet-modal-information-section.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modal/section/information/_pera-wallet-modal-information-section.scss b/src/modal/section/information/_pera-wallet-modal-information-section.scss index f63fb45..ed7a735 100644 --- a/src/modal/section/information/_pera-wallet-modal-information-section.scss +++ b/src/modal/section/information/_pera-wallet-modal-information-section.scss @@ -99,4 +99,8 @@ .pera-wallet-connect-modal-information-section__features-item__icon-wrapper { background-color: #f2f3f8; } + + .pera-wallet-connect-modal-information-section__features-item__description { + color: #69708d; + } } From 7ef68fc3307dee45a59019f563f9742b7e2a5a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Bu=C4=9Fra=20Yi=C4=9Fiter?= <54077855+yigiterdev@users.noreply.github.com> Date: Tue, 28 Jun 2022 16:10:12 +0300 Subject: [PATCH 2/2] fix: solve overflow issue on small phones --- src/modal/_pera-wallet-modal.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modal/_pera-wallet-modal.scss b/src/modal/_pera-wallet-modal.scss index fcd13a2..2a4024b 100644 --- a/src/modal/_pera-wallet-modal.scss +++ b/src/modal/_pera-wallet-modal.scss @@ -92,6 +92,8 @@ border-radius: 24px; + overflow-y: auto; + animation: 0.3s PeraWalletConnectSlideIn ease-out; transform: translate(-50%, -50%);