fix sidebar responsive & design dark mode turns

This commit is contained in:
Ehsan
2024-09-30 08:07:31 +03:30
parent 6ed475ef35
commit ee46a8c447
7 changed files with 16 additions and 9 deletions
+2
View File
@@ -10,6 +10,7 @@ function ArrowRightP() {
<path
d="M14.4301 5.92969L20.5001 11.9997L14.4301 18.0697"
stroke="#3B3B3B"
className="dark:stroke-[#a1a1a1]"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
@@ -18,6 +19,7 @@ function ArrowRightP() {
<path
d="M3.5 12H20.33"
stroke="#3B3B3B"
className="dark:stroke-[#a1a1a1]"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
+2
View File
@@ -10,6 +10,7 @@ function ArrowRightPH() {
<path
d="M14.4299 5.92969L20.4999 11.9997L14.4299 18.0697"
stroke="#525252"
className="dark:stroke-[#a1a1a1]"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
@@ -18,6 +19,7 @@ function ArrowRightPH() {
<path
d="M3.5 12H20.33"
stroke="#525252"
className="dark:stroke-[#a1a1a1]"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"