diff --git a/web/components/layouts/Main.tsx b/web/components/layouts/Main.tsx index 7bc4e7e39..c8cae0b14 100644 --- a/web/components/layouts/Main.tsx +++ b/web/components/layouts/Main.tsx @@ -14,7 +14,7 @@ import FatalErrorStateModal from '../modals/FatalErrorModal'; function Main() { const clientConfig = useRecoilValue(clientConfigStateAtom); - const { name, title } = clientConfig; + const { name, title, customStyles } = clientConfig; const isChatAvailable = useRecoilValue(isChatAvailableSelector); const fatalError = useRecoilValue(fatalErrorStateAtom); @@ -75,6 +75,8 @@ function Main() { + +