例スタイリングダークモードダークモードReact Flowには、組み込みのライトモードとダークモードがあります。colorMode プロパティを設定することで、'dark'、'light'、'system' の間を切り替えることができます。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 読み取り専用Stackblitzで開くCodesandboxで開くコンテキストメニュー