-1
  1. function MyApp({ Component, pageProps }) { const theme = extendTheme({ colors: { brand: "#36a900" }, }) return ( <Component {...pageProps} /> ) } export default MyApp;
4

0 回答 0