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

    Interface PortalLayoutColors

    Colors for PortalLayout. Each value falls back to a standard MUI theme token when left as an empty string (the default).

    interface PortalLayoutColors {
        activeItemBackground: string;
        groupHeaderColor: string;
        itemHoverBackground: string;
        sidebarBackground: string;
        sidebarBorder: string;
    }
    Index

    Properties

    activeItemBackground: string

    Background applied to the currently-active nav item. Falls back to a low-opacity primary overlay.

    groupHeaderColor: string

    Color of group-header text. Falls back to theme.palette.text.secondary.

    itemHoverBackground: string

    Background on hover. Falls back to theme.palette.action.hover.

    sidebarBackground: string

    Sidebar background (desktop) and mobile drawer content. Falls back to theme.palette.background.paper.

    sidebarBorder: string

    Right-edge border on the desktop sidebar. Falls back to theme.palette.divider.