같은 구조의 스타일 변화를 props로 주려고 div에 props만 적었더니 생겼던 오류
해당 styled component에 타입을 지정하니 해결되었다
props별로 스타일 정리를 하고 map으로 간단히 했더니 다음과 같은 에러 발생
map으로 돌리는 array는 요소가 string인데 styled component에는 literal type으로 되어있어 타입이 일치하지 않는 오류인 듯 했다
"No overload matches this call" while constructing Map from array