Documentation
    Preparing search index...

    Interface UIPreferences

    interface UIPreferences {
        borderRadius?: BorderRadius;
        colorsSet?: Partial<Record<THEME, PartialColorsSet>>;
        theme?: Theme;
    }
    Index

    Properties

    borderRadius?: BorderRadius

    Border radius for UI elements.

    'm'
    
    colorsSet?: Partial<Record<THEME, PartialColorsSet>>

    Configure colors scheme for different themes.

    theme?: Theme

    Color theme for the UI elements.

    SYSTEM theme.