[Feat/server] 채팅 Text Input 띄어쓰기 이슈 해결과 Global Style 파일 생성 #177
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.
#️⃣연관된 이슈
📝작업 내용
채팅 Text Input에서 띄어쓰기 이슈 해결 했습니다. MUI 컴포넌트 이슈가 아닌 Phaser.js에서 키보드 값을 가져가버리는 문제 였어요...
참고한 해결방법: https://phaser.discourse.group/t/cannot-press-spacebar-when-phaser-on-same-page/5001
globalStlye 파일 만들어서 색상과 폰트 크기 프로젝트 전역에서 쓸 수 있게 만들어놨습니다. 폰트 크기는 제가 임의로 정한거라 바꾸셔도 됩니다.
스크린샷 (선택)
💬리뷰 요구사항(선택)
현재 ThemeProvider가 Layout Outlet에만 적용되어 있어서 Header와 LeftSideBar에는 적용이 안되고 있습니다. ThemeProvider를 App전체에 적용하면 어떨까요...?