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

    Customizable colors for the SessionList component.

    interface SessionListColors {
        durationChipBackground: string;
        durationChipColor: string;
        iconBackground: string;
        iconColor: string;
        rowBackground: string;
        rowHoverBackground: string;
    }
    Index

    Properties

    durationChipBackground: string

    Duration chip background

    durationChipColor: string

    Duration chip text color

    iconBackground: string

    Background for the icon circle

    iconColor: string

    Icon color

    rowBackground: string

    Background color for session rows

    "background.paper"
    
    rowHoverBackground: string

    Hover background for session rows

    "action.selected"