Skip to content

Comments

✨[Feat] 사용자 테마에 따라 배경 색 변경되지 않도록 변경 #84#86

Merged
lumpenop merged 1 commit intodevelopfrom
feature/theme-fix
Oct 20, 2024
Merged

✨[Feat] 사용자 테마에 따라 배경 색 변경되지 않도록 변경 #84#86
lumpenop merged 1 commit intodevelopfrom
feature/theme-fix

Conversation

@lumpenop
Copy link
Collaborator

@lumpenop lumpenop commented Oct 20, 2024

작업사항

  • 사용자 테마에 따라 배경 색 변경되지 않도록 변경
    • 제공된 보일러 플레이트의 관련 코드 global.css 에서 제거

미리보기, 사용방법 및 결과물

제거한 코드

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

기타

  • 개발 진행 과정에서 다크 테마 구현 시에, 다시 복구될 가능성이 있는 코드

작성일

2024.10.20

@lumpenop lumpenop linked an issue Oct 20, 2024 that may be closed by this pull request
1 task
@lumpenop lumpenop merged commit 4a95b0d into develop Oct 20, 2024
@s-ja s-ja added ⚙️ Chore [작업 유형] 빌드 설정, 패키지 관리 등과 같은 기타 관리 작업 🎨 Design [작업 유형] UI/UX 디자인과 관련된 작업 ✅ Done [작업 상황] 작업이 완료된 이슈 또는 머지된 PR labels Oct 20, 2024
@s-ja s-ja added this to the 2nd Week (구현) milestone Oct 20, 2024
@s-ja s-ja mentioned this pull request Oct 29, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ Chore [작업 유형] 빌드 설정, 패키지 관리 등과 같은 기타 관리 작업 🎨 Design [작업 유형] UI/UX 디자인과 관련된 작업 ✅ Done [작업 상황] 작업이 완료된 이슈 또는 머지된 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ [24.10.20] 사용자 테마에 따라 배경 색 변경되지 않도록 변경

3 participants