diff --git a/src/widgets/tabs.rs b/src/widgets/tabs.rs index 7978ee1..69fa130 100644 --- a/src/widgets/tabs.rs +++ b/src/widgets/tabs.rs @@ -131,7 +131,7 @@ where if x >= tabs_area.right() || last_title { break; } else { - buf.set_string(x, tabs_area.top(), self.divider, style); + buf.set_string(x, tabs_area.top(), self.divider, self.style); x += divider_width; } }