diff --git a/frontend/src/components/App.js b/frontend/src/components/App.js
index 7532249b..0958d038 100644
--- a/frontend/src/components/App.js
+++ b/frontend/src/components/App.js
@@ -1,8 +1,7 @@
import React, { Component } from "react";
import { render } from "react-dom";
-
import HomePage from "./HomePage";
-import BottomBar from "./BottomBar";
+import { ThemeProvider, createTheme } from '@mui/material/styles';
export default class App extends Component {
constructor(props) {
@@ -10,6 +9,7 @@ export default class App extends Component {
this.state = {
nickname: null,
token: null,
+ dark: false,
}
}
@@ -17,11 +17,23 @@ export default class App extends Component {
this.setState(newState)
}
+ lightTheme = createTheme({
+ });
+
+ darkTheme = createTheme({
+ palette: {
+ mode: 'dark',
+ background: {
+ default: "#222222"
+ },
+ },
+ });
+
render() {
return (
- <>
- At no point, AnonymousAlice01 and BafflingBob02 have to trust the
bitcoin funds to each other. In case they have a conflict, RoboSats staff
will help resolving the dispute. You can find a step-by-step
- description of the trade pipeline in How it works