Skip to main content
Version: 0.7.3

UI Theme

Using the setTheme(...) user can change the Unfolded Studio theme to dark or light, and add more customization options.

UnfoldedMap.setTheme(theme: string, options?: ThemeOptions): void
type ThemeOptions = {
backgroundColor: string;
};

Parameters

  • NameDescription
    theme string
    Choice between light / dark theme
    options.backgroundColor string
    Background color