DOCS

darkTheme

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

Example

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

Parameters

Returns