@airbolt/react-sdk
    Preparing search index...

    Interface MinimalTheme

    Minimal theme configuration using CSS custom properties Only 4 properties instead of 17 for maximum simplicity

    interface MinimalTheme {
        border?: string;
        primary?: string;
        surface?: string;
        text?: string;
    }
    Index

    Properties

    border?: string
    primary?: string
    surface?: string
    text?: string