Function overrideLightTheme

  • Override the Carbon color theme for light mode with your own color set. Theme tokens are camelCase. See https://carbondesignsystem.com for tokens. Not all tokens will be used and you can customize the ones you care about. To use only this theme use forceTheme to the same theme you are overriding.

    Parameters

    • themeDefinition: ThemeDefinition

      Partial or full set of theme tokens to override.

    Returns void

Generated using TypeDoc