- Add hover style
- Add default theme reference - Revert react-grid-layout to 1.3.4 Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -13,6 +13,7 @@ import reportWebVitals from "./reportWebVitals";
|
||||
import "./translations/i18n";
|
||||
import "./utils/CleanAxios";
|
||||
import {ConfigProvider} from "antd";
|
||||
import {defaultTheme} from "@ant-design/compatible";
|
||||
//import { BrowserTracing } from "@sentry/tracing";
|
||||
//import "antd/dist/antd.css";
|
||||
// import "antd/dist/antd.less";
|
||||
@@ -64,12 +65,9 @@ function App() {
|
||||
|
||||
// Used for ANTD Component Tokens
|
||||
// https://ant.design/docs/react/migrate-less-variables
|
||||
const themeConfig = {
|
||||
};
|
||||
|
||||
|
||||
// TODO - Client Update - At a later time it might be worth removing these defaults
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<ConfigProvider theme={themeConfig}>
|
||||
<ConfigProvider theme={defaultTheme}>
|
||||
<App />
|
||||
</ConfigProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user