We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0101be8 commit 3d81b0dCopy full SHA for 3d81b0d
1 file changed
src/ui/diff/renderRows.tsx
@@ -627,7 +627,7 @@ function renderHeaderRow(
627
style={{ width: badgeWidth, height: 1 }}
628
onMouseUp={() => onOpenAgentNotesAtHunk?.(row.hunkIndex)}
629
>
630
- <text fg={theme.accent}>{badgeText}</text>
+ <text fg={theme.noteTitleText} bg={theme.noteTitleBackground}>{` ${badgeText}`}</text>
631
</box>
632
633
);
0 commit comments