diff --git a/engine/src/flutter/third_party/txt/src/txt/text_style.h b/engine/src/flutter/third_party/txt/src/txt/text_style.h index 9e2dc06e219..98429080cf2 100644 --- a/engine/src/flutter/third_party/txt/src/txt/text_style.h +++ b/engine/src/flutter/third_party/txt/src/txt/text_style.h @@ -29,7 +29,7 @@ namespace txt { class TextStyle { public: - SkColor color = SK_ColorBLACK; + SkColor color = SK_ColorWHITE; TextDecoration decoration = TextDecoration::kNone; // Does not make sense to draw a transparent object, so we use it as a default // value to indicate no decoration color was set.