Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Icon component with stock MUI icons #2530

Open
mike-kiss opened this issue May 14, 2024 · 0 comments
Open

Replace Icon component with stock MUI icons #2530

mike-kiss opened this issue May 14, 2024 · 0 comments

Comments

@mike-kiss
Copy link
Collaborator

Currently, we are using our own Icon component which takes an src prop with a URL for a custom image. This is a problem for dark mode and is redundant with MUI's existing icon set. Let's remove all uses of the custom Icon component and replace them with appropriate icons from the MUI icon set.

If we need custom icons, MUI offers the SvgIcon component.

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

No branches or pull requests

2 participants