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

[FEAT] theme button 색상값 적용 #45

Closed
wants to merge 18 commits into from
Closed

Conversation

jeeminyi
Copy link
Member

@jeeminyi jeeminyi commented Jul 7, 2024

작업 내용 🧑‍💻

  • theme에 button에 사용되는 색상값을 추가하였습니다.
  • button 내 light / default / hover / pressed 중에 선택하신 다음, icon 색상을 설정할지, 백그라운드 색을 설정할 지에 따라 icon과 bg를 선택하셔서 색상을 추가하시면 됩니다!
  • bg가 아닌 아이콘과 텍스트 컬러는 모두 icon에서 선택해서 사용하시면 됩니다.
  • clicked는 pressed에서, disabled는 light에서 선택하셔서 사용하시면 됩니다!

${({ theme }) => theme.button.light/default/hover/pressed.icon/bg}

관련 이슈

close #44

@jeeminyi jeeminyi self-assigned this Jul 7, 2024
@jeeminyi jeeminyi closed this Jul 7, 2024
@jeeminyi jeeminyi deleted the init/#44/theme-setting branch July 7, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEAT] theme 버튼 색상 설정
2 participants