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

[Bug] MUI dark mode 지원이 안되는 문제 #149

Open
JuneParkCode opened this issue Sep 20, 2023 · 0 comments
Open

[Bug] MUI dark mode 지원이 안되는 문제 #149

JuneParkCode opened this issue Sep 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@JuneParkCode
Copy link
Member

문제

  • antd, tailwindcss 의 경우 dark mode 가 멀쩡하게 적용되는 반면, mui 기반의 component 는 그렇지 않음.

문제의 원인

  • design system 을 3개나 같이 쓰는 것이 문제임
  • mui / antd / tailwind 세 가지 중 하나만 사용하는 것이 바람직한 개발 방향
  • 현재 여러개 design system을 같이 쓰면서 문제가 발생하고 있는 것.
  • mui 의 경우 단순한 방법으로 dark mode 를 활성화시키기 어려워보임.
  • mui 의 dark mode

해결 방안

  • 하나의 시스템만 사용하도록 변경해야함 (현재의 시스템은 잘못됨!!!)
  • 그 전에는 light mode 로 제한해서 사용하던가 하는 것
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant