mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
Nav: fix right chevron being used
This commit is contained in:
@@ -4,7 +4,7 @@ import { useLocation } from "react-router-dom";
|
||||
import { List, ListItemIcon, ListItemText, Collapse } from "@mui/material";
|
||||
import FolderIcon from "@mui/icons-material/FolderOutlined";
|
||||
import FavoriteIcon from "@mui/icons-material/FavoriteBorder";
|
||||
import { ChevronRight } from "@src/assets/icons";
|
||||
import { ChevronDown } from "@src/assets/icons";
|
||||
import NavItem from "./NavItem";
|
||||
|
||||
import { TableSettings } from "@src/types/table";
|
||||
@@ -43,7 +43,7 @@ export default function NavTableSection({
|
||||
|
||||
<ListItemText primary={section} style={{ textAlign: "left" }} />
|
||||
|
||||
<ChevronRight
|
||||
<ChevronDown
|
||||
sx={{
|
||||
color: "action.active",
|
||||
mr: -0.5,
|
||||
|
||||
Reference in New Issue
Block a user