다음과 같이 prop으로 theme 객체를 받아서 사용하시면 됩니다. (매우 간단) 다른 사용 방법도 있습니다. 필요하다면 아래를 참고해 주세요 :)ThemingTheming is included in the @emotion/react package. Add ThemeProvider to the top level of your app and access the theme with props.theme in a styled component or provide a function that accepts the theme as the css prop. A React component that passes the theme object down the component tree via context.https://emotion.sh/docs/theming