Add initial support to new brand color

This commit is contained in:
Alejandro Celaya
2025-05-09 09:05:35 +02:00
parent f6a0910c40
commit 023a0ca824
9 changed files with 75 additions and 47 deletions

View File

@@ -5,8 +5,8 @@ import pack from '../package.json';
import { container } from './container';
import { setUpStore } from './container/store';
import { register as registerServiceWorker } from './serviceWorkerRegistration';
import './tailwind.css';
import './index.scss';
import './tailwind.css';
const store = setUpStore(container);
const { App, ScrollToTop, ErrorHandler, appUpdateAvailable } = container;