mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Different default arrow color
This commit is contained in:
@ -82,7 +82,7 @@ class Line(Mobject1D):
|
||||
|
||||
class Arrow(Line):
|
||||
DEFAULT_CONFIG = {
|
||||
"color" : WHITE,
|
||||
"color" : YELLOW_C,
|
||||
"tip_length" : 0.25,
|
||||
"buffer" : 0.3,
|
||||
}
|
||||
|
Reference in New Issue
Block a user