Apply host CSS variables to document root
Call this once in your root component to apply host theming.
function App() { useHostStyleVariables(); return <MyWidget />;} Copy
function App() { useHostStyleVariables(); return <MyWidget />;}
Apply host CSS variables to document root
Call this once in your root component to apply host theming.