feat(ui): theme switching

This add "proper" dark mode using darkly bootstrap theme
This commit is contained in:
Łukasz Mierzwa
2019-11-23 17:23:43 +00:00
parent 45bff5a6ea
commit de43f1ac4a
135 changed files with 1295 additions and 905 deletions

View File

@@ -8,8 +8,6 @@ import InputRange from "react-input-range";
import { Settings } from "Stores/Settings";
import "./InputRange.scss";
const FetchConfiguration = observer(
class FetchConfiguration extends Component {
static propTypes = {