<VeltWireframe>
{/* This pre-defined variant will change the appearance of the Comment Dialog within Pin, Area, and Text comments only */}
<VeltCommentDialogWireframe variant="dialog">
...
</VeltCommentDialogWireframe>
{/* This pre-defined variant will change the appearance of the Comment Dialog within the Sidebar only */}
<VeltCommentDialogWireframe variant="sidebar">
...
</VeltCommentDialogWireframe>
{/* If you dont use any variants, then customization will be applied to the Comment Dialog globally */}
<VeltCommentDialogWireframe>
...
</VeltCommentDialogWireframe>
</VeltWireframe>