From 76662fde313d31ed9bf1c9d6793e213be2a1868e Mon Sep 17 00:00:00 2001 From: Savio Date: Wed, 18 Jan 2023 19:13:38 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Consertado=20bot=C3=A3o=20do=20header=20?= =?UTF-8?q?mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.tsx | 2 +- src/styles/partials/navigation.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index f210d37..b0f7f00 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -4,7 +4,7 @@ import { Footer } from "../sectors/Footer/Footer"; const Home = (prop: { titulo: string }) => { return (
-
+
); }; diff --git a/src/styles/partials/navigation.scss b/src/styles/partials/navigation.scss index b6719eb..935aad2 100644 --- a/src/styles/partials/navigation.scss +++ b/src/styles/partials/navigation.scss @@ -49,10 +49,10 @@ background-color: black; } .btn-close { - color: white; + background-color: #c4c4c4; } .offcanvas { - width: 100%; + width: 100% !important; height: 585px; } }