update render og date and ip blocks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-08-28 22:22:22 +02:00
parent db07fd6d4b
commit c30f1958d6
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ func main() {
date := timefmt.Format(now, argFormat)
options := r.NewBlockOptions()
options.FullText = r.TextWithPadding(fmt.Sprintf("%s %s", symbol, date), r.FB{
options.FullText = r.TextWithRightPadding(fmt.Sprintf("%s %s", symbol, date), r.FB{
Foreground: r.Color("white"),
Background: r.Color("black4"),
})

View file

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