From a2b292ecf7f3a0b8bdd92440223699394b6c4d79 Mon Sep 17 00:00:00 2001 From: Prince Date: Mon, 30 Oct 2023 13:14:43 +0530 Subject: [PATCH] fix: hover issue on logo --- src/components/AppLayout/index.tsx | 4 ---- src/components/ExtensionNotDetected.tsx | 1 + src/components/Home/News.tsx | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/AppLayout/index.tsx b/src/components/AppLayout/index.tsx index c0540a8410..708abbc113 100644 --- a/src/components/AppLayout/index.tsx +++ b/src/components/AppLayout/index.tsx @@ -951,10 +951,6 @@ export default styled(AppLayout)` height: 100px; } - .logo-container:hover { - background: #fff !important; - } - .menu-container { top: 0px; } diff --git a/src/components/ExtensionNotDetected.tsx b/src/components/ExtensionNotDetected.tsx index 23692ad12b..67793a6967 100644 --- a/src/components/ExtensionNotDetected.tsx +++ b/src/components/ExtensionNotDetected.tsx @@ -30,6 +30,7 @@ const ExtensionNotDetected: React.FC = ({ chosenWallet }) => { } type='info' showIcon + className='changeColor text-blue-light-high dark:text-blue-dark-high' /> ); }; diff --git a/src/components/Home/News.tsx b/src/components/Home/News.tsx index b6d199728a..1d66165c45 100644 --- a/src/components/Home/News.tsx +++ b/src/components/Home/News.tsx @@ -20,7 +20,7 @@ const News: FC = (props) => { } return (
-

News

+

News