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

    Interface ActiveRoomCardColors

    Colors for the ActiveRoomCard component.

    interface ActiveRoomCardColors {
        background: string;
        border: string;
        hoverBackground: string;
        liveColor: string;
    }
    Index

    Properties

    background: string

    Card background color (default: 'background.paper')

    border: string

    Card border color (default: 'divider')

    hoverBackground: string

    Hover background color (default: 'action.hover')

    liveColor: string

    Live indicator color (default: '#4caf50')