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

    Interface SidebarColors

    Colors for sidebar

    interface SidebarColors {
        activeTab: string;
        background: string;
        border: string;
        headerBackground: string;
        inactiveTab: string;
        tabIndicator: string;
    }
    Index

    Properties

    activeTab: string

    Active tab color

    background: string

    Background color

    border: string

    Border color

    headerBackground: string

    Header background

    inactiveTab: string

    Inactive tab color

    tabIndicator: string

    Tab indicator color