DOCS

lightTheme

Create a custom light theme object by using the default dark theme as a base and applying overrides.

Example

const customTheme = lightTheme({
  colors: {
    modalBg: "red",
  },
});

Parameters

Returns