ThemingTo theme the admin, use Admin theme prop:// App.tsximport { themes } from 'ec.admin';/* more imports */ const App = () => { /* .. */ return <Admin theme={themes.dark}>{/* stuff */}</Admin>;};CopyCheckout ra theme docs for more info.