From 8945379379daa95c6714f69e5fbcaf2243e359b5 Mon Sep 17 00:00:00 2001 From: Xun Gong Date: Wed, 1 Sep 2021 18:59:19 -0700 Subject: [PATCH] Default small text to dark gray color --- lib/src/widgets/default_styles.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/default_styles.dart b/lib/src/widgets/default_styles.dart index ca00cf19..8f36fac1 100644 --- a/lib/src/widgets/default_styles.dart +++ b/lib/src/widgets/default_styles.dart @@ -149,7 +149,7 @@ class DefaultStyles { baseStyle, const Tuple2(0, 0), const Tuple2(0, 0), null), bold: const TextStyle(fontWeight: FontWeight.bold), italic: const TextStyle(fontStyle: FontStyle.italic), - small: const TextStyle(fontSize: 12), + small: const TextStyle(fontSize: 12, color: Colors.black45), underline: const TextStyle(decoration: TextDecoration.underline), strikeThrough: const TextStyle(decoration: TextDecoration.lineThrough), link: TextStyle(