refactor(view): MUI ThemeProvider 통합 및 테마 시스템 개선 #1016
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issue
#1011
Result
CSS 변수 기반 테마 시스템을 MUI ThemeProvider와 통합하여 일관된 테마 관리 구조를 확립했습니다.
Work list
1. MUI 패키지 업그레이드
@mui/material: v5.16.6 -> v6.5.0(latest-v6)@mui/icons-material: v5.16.6 -> v6.5.0(latest-v6)2. 테마 시스템 구조 개선
src/theme/)cssVariables: true옵션으로 MUI CSS 변수 자동 생성App.tsx에 ThemeProvider 적용3. SCSS 시스템 통합
_colors.scss에서 MUI 자동 생성 CSS 변수(--mui-palette-*) 참조Test
Improvement
Next Task