Hiyve Components - v1.0.0
    Preparing search index...

    Interface JoinTokenColors

    Color overrides for the JoinToken component.

    All keys are optional. Unset keys fall back to the built-in defaults.

    interface JoinTokenColors {
        activeIndicator: string;
        background: string;
        copyButton: string;
        headerText: string;
        inactiveIndicator: string;
        inputBackground: string;
        inputBorder: string;
        joinButton: string;
        lookupButton: string;
        passwordInputBackground: string;
        roomInfoText: string;
        shareButton: string;
        tokenBackground: string;
        tokenText: string;
    }
    Index

    Properties

    activeIndicator: string

    Color of the active room status indicator dot.

    '#34C759'

    background: string

    Background color of the entire component.

    '#FFFFFF'

    copyButton: string

    Color of the copy button text/icon.

    '#007AFF'

    headerText: string

    Color of header/title text.

    '#000000'

    inactiveIndicator: string

    Color of the inactive room status indicator dot.

    '#FF3B30'

    inputBackground: string

    Background color of text inputs.

    '#F2F2F7'

    inputBorder: string

    Border color of text inputs.

    '#C7C7CC'

    joinButton: string

    Background color of the join button.

    '#007AFF'

    lookupButton: string

    Color of the lookup/preview button text.

    '#8E8E93'

    passwordInputBackground: string

    Background color of the password input.

    '#F2F2F7'

    roomInfoText: string

    Color of room info description text.

    '#333333'

    shareButton: string

    Color of the share button text/icon.

    '#34C759'

    tokenBackground: string

    Background color of the token display box.

    '#F2F2F7'

    tokenText: string

    Text color of the token string.

    '#000000'