From 70bd9e9308b607206b60a2a36a511de6e397a3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Espinoza?= <31373060+nicospz@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:19:34 +0900 Subject: [PATCH] fix(ui): change sidebar breakpoint to lg (#1972) --- src/components/Layout/SearchInput/index.tsx | 2 +- src/components/Layout/Sidebar/index.tsx | 4 ++-- src/components/Layout/index.tsx | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Layout/SearchInput/index.tsx b/src/components/Layout/SearchInput/index.tsx index d8857dac8..db9a833cc 100644 --- a/src/components/Layout/SearchInput/index.tsx +++ b/src/components/Layout/SearchInput/index.tsx @@ -13,7 +13,7 @@ const SearchInput: React.FC = () => { const { searchValue, setSearchValue, setIsOpen, clear } = useSearchInput(); return (
-
+
diff --git a/src/components/Layout/Sidebar/index.tsx b/src/components/Layout/Sidebar/index.tsx index 183838a48..689faf909 100644 --- a/src/components/Layout/Sidebar/index.tsx +++ b/src/components/Layout/Sidebar/index.tsx @@ -73,7 +73,7 @@ const Sidebar: React.FC = ({ open, setClosed }) => { return ( <> -
+
= ({ open, setClosed }) => {
-
+
diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 0e2aa2142..c4cd77b3d 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -52,11 +52,11 @@ const Layout: React.FC = ({ children }) => {
setSidebarOpen(false)} /> -
+
{