mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Use really white text in the PR pills
This commit is contained in:
parent
bb5d5f2deb
commit
72fd870c26
|
|
@ -252,7 +252,7 @@ func coloredStateText(state string) string {
|
|||
if icons.IsIconEnabled() {
|
||||
return fmt.Sprintf("%s%s%s",
|
||||
withPrFgColor(state, ""),
|
||||
withPrBgColor(state, style.FgWhite.Sprint(stateText(state))),
|
||||
withPrBgColor(state, color.RGB(0xFF, 0xFF, 0xFF, false).Sprint(stateText(state))),
|
||||
withPrFgColor(state, ""))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue