Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed May 30, 2024
1 parent b157a0e commit dc7cfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ func (d itemDelegate) Render(w io.Writer, m list.Model, index int, item list.Ite
sizeStyle = lipgloss.NewStyle().Foreground(sizeColor).Faint(true)
familyStyle = lipgloss.NewStyle().Foreground(familyColor)
quantStyle = lipgloss.NewStyle().Foreground(quantColor)
modifiedStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("254")).Faint(true).Italic(true)
modifiedStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("254")).Faint(true)
}

if model.Selected {
Expand Down

0 comments on commit dc7cfd1

Please sign in to comment.