fix color
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-08-29 18:11:23 +02:00
parent 198783bf7d
commit 64e25430a2
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -23,7 +23,7 @@ func main() {
label := r.TextWithPadding(
"wan",
r.FB{
Foreground: r.Color("grey"),
Foreground: r.Color("grey1"),
Background: r.Color("black2"),
},
)