Skip to content

Fix: ItemsToDeleteList unreadable in light mode#635

Open
Creylay wants to merge 1 commit into
developfrom
fix/items-to-delete-list-light-mode
Open

Fix: ItemsToDeleteList unreadable in light mode#635
Creylay wants to merge 1 commit into
developfrom
fix/items-to-delete-list-light-mode

Conversation

@Creylay
Copy link
Copy Markdown
Collaborator

@Creylay Creylay commented May 19, 2026

Summary

Fixed ItemsToDeleteList component being unreadable in light mode due to a hardcoded dark background color. Replaced the custom Box with MUI's Alert component so colors adapt correctly to both light and dark themes.


Type of Change

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • DashAI/front/src/components/notebooks/converter/ItemsToDeleteList.jsx: Replaced hardcoded bgcolor: "#2e3037" box with <Alert severity="error" icon={false}> for theme-aware styling.

Testing (optional)

Open the converter deletion dialog in both light and dark mode and verify the items list is readable in both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant