Minor Changes

This commit is contained in:
2025-09-23 13:44:02 -06:00
parent f09367783c
commit 3c6c0fce8d
2 changed files with 2 additions and 2 deletions

View File

@@ -381,7 +381,7 @@ export default function NodeConfigurationSidebar({ drawerOpen, setDrawerOpen, ti
</DialogActions>
</Dialog>
{/* ---- NEW: Accent Color Picker Dialog ---- */}
{/* ---- Accent Color Picker Dialog ---- */}
<Dialog
open={colorDialogOpen}
onClose={() => setColorDialogOpen(false)}