fix sidebar responsive & design dark mode turns
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user