fix(ui): style comment popovers - 14px radius, move label below, use text-weak for label, text-strong 14px for comment

This commit is contained in:
David Hill
2026-01-24 05:12:36 +00:00
parent c66da17364
commit af6bd9d3b1
4 changed files with 11 additions and 11 deletions

View File

@@ -588,7 +588,7 @@ export const SessionReview = (props: SessionReviewProps) => {
<div data-slot="session-review-comment-popover">
<div data-slot="session-review-comment-popover-text">{comment.comment}</div>
<div data-slot="session-review-comment-popover-label">
{getFilename(comment.file)}:{selectionLabel(comment.selection)}
Comment on {selectionLabel(comment.selection)}
</div>
</div>
</div>