issues
search
chococookie-lol
/
BARAM
리그오브레전드 칼바람 나락 전적검색
https://baram.lol
MIT License
3
stars
2
forks
source link
refactor: 테마 시스템 개선
#339
Closed
dolphinlmg
closed
1 year ago
dolphinlmg
commented
1 year ago
개요
338
작업사항
테마 시스템 개선
색(테마)과 관련된 코드는 최대한 컴포넌트 코드에서 스타일 코드로 분리
수정 전
https://github.com/chococookie-lol/BARAM/blob/c1277f2021c21102518a116483c5e35115888f8c/client/components/Button/index.tsx#L41-L46
수정 후
https://github.com/chococookie-lol/BARAM/blob/1209c05d2f70d37c20efe15f8616b79166a362f0/client/components/Button/index.tsx#L35-L37
색 이외의 인자가 필요한 css일 때 아래와 같이 이중으로 함수를 선언
https://github.com/chococookie-lol/BARAM/blob/1209c05d2f70d37c20efe15f8616b79166a362f0/client/components/Button/index.tsx#L11-L30
개요
338
작업사항