Different default arrow color

This commit is contained in:
Grant Sanderson
2015-12-22 11:04:36 -08:00
parent 9e54a5a680
commit ea6343691d

View File

@ -82,7 +82,7 @@ class Line(Mobject1D):
class Arrow(Line):
DEFAULT_CONFIG = {
"color" : WHITE,
"color" : YELLOW_C,
"tip_length" : 0.25,
"buffer" : 0.3,
}