Skip to content

Commit

Permalink
fix: deleted lines fg color
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Nov 10, 2024
1 parent 1444655 commit 0f7dfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/pr/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (pr *PullRequest) renderLines(isSelected bool) string {

var additionsFg, deletionsFg lipgloss.AdaptiveColor
additionsFg = pr.Ctx.Theme.SuccessText
deletionsFg = pr.Ctx.Theme.WarningText
deletionsFg = pr.Ctx.Theme.ErrorText

baseStyle := lipgloss.NewStyle()
if isSelected {
Expand Down

0 comments on commit 0f7dfcd

Please sign in to comment.