UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

9 lines (7 loc) 228 B
import { createDarkTheme } from "./createDarkTheme" export function createLightTheme() { // Keep the dark theme until we support a light theme const theme = createDarkTheme() theme.palette.mode = "light" return theme }