Revert default underline stroke width

This commit is contained in:
Grant Sanderson 2024-03-25 19:10:30 -03:00
parent 7565e936fa
commit 920f2407e0

View file

@ -118,7 +118,7 @@ class Underline(Line):
mobject: Mobject,
buff: float = SMALL_BUFF,
stroke_color=WHITE,
stroke_width: float | Sequence[float] = [0, 2, 3, 3, 2, 0],
stroke_width: float | Sequence[float] = [0, 3, 3, 0],
stretch_factor=1.2,
**kwargs
):