style - amend reset style on apply

This commit is contained in:
Mahdi Abu Yasmine 2023-11-05 14:10:01 +01:00
parent 5d04f43362
commit a1b44c457f

View File

@ -139,6 +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\n", name)
style.Echof("it's style : %s", name)
defStyle.Ln()
}
}