style - amend reset style on apply

This commit is contained in:
Mahdi Abu Yasmine 2023-11-05 14:35:19 +01:00
parent cc5e55b010
commit a3679be86b

View File

@ -145,7 +145,7 @@ func (s *Styles) Render() {
}
sort.Strings(keys)
for _, name := range keys {
s.Get(name).Echof(" %s", name)
s.Get(name).Echof(" %s ", name)
defStyle.Ln()
}
}