You can use the useTheme hook in @emotion/react to get access to the theme object: function Component(props) { const theme = useTheme() ...
確定! 回上一頁