Skip to content

Commit

Permalink
CELE-32 fix: Add light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed May 15, 2024
1 parent c8aa148 commit 99e4119
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion applications/visualizer/frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Provider } from "react-redux";
import { ThemeProvider } from '@mui/material/styles';
import { Box, CssBaseline } from "@mui/material";
import '@metacell/geppetto-meta-ui/flex-layout/style/light.scss';
import theme from './theme/index.tsx';
import './App.css'
import { useGlobalContext } from "./contexts/GlobalContext.tsx";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { useEffect, useState } from "react";
import { ThemeProvider } from '@mui/material/styles';
import { Box, CircularProgress, CssBaseline } from "@mui/material";
import { addWidget } from '@metacell/geppetto-meta-client/common/layout/actions';
import '@metacell/geppetto-meta-ui/flex-layout/style/dark.scss';
import '@metacell/geppetto-meta-ui/flex-layout/style/light.scss';
import theme from '../theme';
import { useGlobalContext } from "../contexts/GlobalContext.tsx";
import {threeDViewerWidget, twoDViewerWidget} from "../layout-manager/widgets.ts";
Expand Down

0 comments on commit 99e4119

Please sign in to comment.