diff --git a/manimlib/mobject/geometry.py b/manimlib/mobject/geometry.py index 14a15b27..c8356292 100644 --- a/manimlib/mobject/geometry.py +++ b/manimlib/mobject/geometry.py @@ -594,7 +594,7 @@ class Elbow(VMobject): class Arrow(Line): CONFIG = { - "stroke_color": GREY_A, + "color": GREY_A, "stroke_width": 5, "tip_width_ratio": 4, "width_to_tip_len": 0.0075,