mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 15:41:57 -06:00
Minor Changes
This commit is contained in:
@@ -381,7 +381,7 @@ export default function NodeConfigurationSidebar({ drawerOpen, setDrawerOpen, ti
|
|||||||
</DialogActions>
|
</DialogActions>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|
||||||
{/* ---- NEW: Accent Color Picker Dialog ---- */}
|
{/* ---- Accent Color Picker Dialog ---- */}
|
||||||
<Dialog
|
<Dialog
|
||||||
open={colorDialogOpen}
|
open={colorDialogOpen}
|
||||||
onClose={() => setColorDialogOpen(false)}
|
onClose={() => setColorDialogOpen(false)}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import {
|
|||||||
FilterAlt as FilterIcon,
|
FilterAlt as FilterIcon,
|
||||||
Groups as GroupsIcon,
|
Groups as GroupsIcon,
|
||||||
Work as JobsIcon,
|
Work as JobsIcon,
|
||||||
AutoAwesomeMosaic as WorkflowsIcon,
|
Polyline as WorkflowsIcon,
|
||||||
Code as ScriptIcon,
|
Code as ScriptIcon,
|
||||||
PeopleOutline as CommunityIcon
|
PeopleOutline as CommunityIcon
|
||||||
} from "@mui/icons-material";
|
} from "@mui/icons-material";
|
||||||
|
|||||||
Reference in New Issue
Block a user