Skip to content

Commit 3d81b0d

Browse files
authored
style: use AI note colors for AI badges (#68)
1 parent 0101be8 commit 3d81b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/diff/renderRows.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ function renderHeaderRow(
627627
style={{ width: badgeWidth, height: 1 }}
628628
onMouseUp={() => onOpenAgentNotesAtHunk?.(row.hunkIndex)}
629629
>
630-
<text fg={theme.accent}>{badgeText}</text>
630+
<text fg={theme.noteTitleText} bg={theme.noteTitleBackground}>{` ${badgeText}`}</text>
631631
</box>
632632
</box>
633633
);

0 commit comments

Comments
 (0)