[Fix]: GlobalHeader 수정, postHeader 수정, button 공용컴포넌트로 수정, LogoButton 컴포넌트 생성 #120
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.
✨ 작업 내용
💡 GlobalHeader 수정
LogoButton 컴포넌트를 생성하였고, 기존 로고버튼에 사용하던 이미지가 화질이 좋지 않아 아래와 같이 수정했습니다.
Poppins 폰트 추가
Logo 이미지 svg파일로 변경
Rollings 이미지를 텍스트로 변경

Button outlined 공용컴포넌트로 수정
💡ToggleEmoji 수정
width를 270px로 고정하였습니다
PC, Tablet :
justify-content: end;Mobile:
justify-content: start;💡POST페이지 수정
Tablet 환경에서 버튼 배치를 수직 배치 => 수평 배치로 변경하였습니다

💡EmojiBadge
background-color : rgba(0,0,0,0.54) 적용
🔗 관련 이슈
Fixes #