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

    Interface FileCommentsPanelColors

    Color values for the FileCommentsPanel component. Dark theme defaults match the Chat component for consistency.

    interface FileCommentsPanelColors {
        authorNameText: string;
        avatarPalette: string[];
        avatarText: string;
        commentBackground: string;
        commentText: string;
        containerBackground: string;
        deleteButtonColor: string;
        divider: string;
        editButtonColor: string;
        editedIndicatorText: string;
        emptyStateText: string;
        headerBackground: string;
        headerIconColor: string;
        headerTitleColor: string;
        inputBorder: string;
        inputPlaceholder: string;
        inputText: string;
        ownCommentBackground: string;
        ownCommentText: string;
        sendButtonColor: string;
        timestampText: string;
    }
    Index

    Properties

    authorNameText: string

    Author name text color

    avatarPalette: string[]

    Color palette for deterministic avatar backgrounds

    avatarText: string

    Avatar text (initials) color

    commentBackground: string

    Background color for other users' comments

    commentText: string

    Text color for other users' comments

    containerBackground: string

    Container background color

    deleteButtonColor: string

    Delete button color

    divider: string

    Divider color

    editButtonColor: string

    Edit button color

    editedIndicatorText: string

    Edited indicator text color

    emptyStateText: string

    Empty state text color

    headerBackground: string

    Header background color

    headerIconColor: string

    Header icon color

    headerTitleColor: string

    Header title text color

    inputBorder: string

    Input border color

    inputPlaceholder: string

    Input placeholder text color

    inputText: string

    Input text color

    ownCommentBackground: string

    Background color for own comments (subtle highlight)

    ownCommentText: string

    Text color for own comments

    sendButtonColor: string

    Send button color

    timestampText: string

    Timestamp text color