change style component
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Button } from "@mui/material";
|
||||
import React from "react";
|
||||
import NotificationP from "@/components/icons/NotificationP";
|
||||
import SettingP from "@/components/icons/SettingP";
|
||||
import SearchHeaderP from "@/components/icons/SearchHeaderP";
|
||||
|
||||
@@ -42,7 +42,7 @@ function Links({ open, setActive }) {
|
||||
${
|
||||
item.src === pathname
|
||||
? "!bg-[#5559CE] dark:!bg-[#1F1D2B] dark-active-icon"
|
||||
: " dark-deactive-icon"
|
||||
: ""
|
||||
}
|
||||
`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user