style - amend reset style on apply

This commit is contained in:
Mahdi Abu Yasmine 2023-11-05 14:28:53 +01:00
parent a1b44c457f
commit a910f3e175

View File

@ -139,7 +139,7 @@ func (s *Styles) Keyval(key string, val string, names ...string) {
func (s *Styles) Render() {
for name, style := range s.List {
style.Echof("it's style : %s", name)
style.Echof(" %s", name)
defStyle.Ln()
}
}