<VeltWireframe>
    <VeltCommentsSidebarWireframe.List.Item.DialogContainer>
        <VeltCommentDialogWireframe>
            ...
        </VeltCommentDialogWireframe>
    </VeltCommentsSidebarWireframe.List.Item.DialogContainer> 
</VeltWireframe>

We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

You can customize the Comment Dialog that appears in the Sidebar by adding a Comment Dialog Wireframe inside this subcomponent and modifying it to your liking.

<VeltWireframe>
    <VeltCommentsSidebarWireframe.List.Item.DialogContainer>
        <VeltCommentDialogWireframe>
            ...
        </VeltCommentDialogWireframe>
    </VeltCommentsSidebarWireframe.List.Item.DialogContainer> 
</VeltWireframe>