From ee46a8c447f0e558bb183887a7740b5f4afcb833 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Mon, 30 Sep 2024 08:07:31 +0330 Subject: [PATCH] fix sidebar responsive & design dark mode turns --- components/icons/ArrowRightP.js | 2 ++ components/icons/ArrowRightPH.js | 2 ++ components/layoutPanel/sidebar/Links.js | 3 ++- components/layoutPanel/sidebar/index.js | 2 +- components/panel/addDoctor/index.js | 4 +++- components/panel/addDoctor/listMenu/Menu.js | 10 +++++----- components/panel/turns/index.js | 2 +- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/components/icons/ArrowRightP.js b/components/icons/ArrowRightP.js index 315100a..c7dfafd 100644 --- a/components/icons/ArrowRightP.js +++ b/components/icons/ArrowRightP.js @@ -10,6 +10,7 @@ function ArrowRightP() { }, { @@ -36,6 +36,7 @@ function Links({ open }) {
{listTab.map((item, idx) => (
  • @@ -34,7 +34,7 @@ function Menu({ value, open, setOpen, listTab, handleChange }) { {listTab.length > idx + 1 && ( - + )}
  • ))} diff --git a/components/panel/turns/index.js b/components/panel/turns/index.js index b29c2da..b7d5654 100644 --- a/components/panel/turns/index.js +++ b/components/panel/turns/index.js @@ -15,7 +15,7 @@ function TurnsPage({ data }) { }, []); return ( -
    +