From 45ed67bc68a7e3865b286283136a37f3227ebcec Mon Sep 17 00:00:00 2001 From: Thea Choem <29684683+theachoem@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:00:18 +0700 Subject: [PATCH] remove default small color (#892) --- 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 6f80fed0..6c766e2b 100644 --- a/lib/src/widgets/default_styles.dart +++ b/lib/src/widgets/default_styles.dart @@ -245,7 +245,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, color: Colors.black45), + small: const TextStyle(fontSize: 12), underline: const TextStyle(decoration: TextDecoration.underline), strikeThrough: const TextStyle(decoration: TextDecoration.lineThrough), inlineCode: InlineCodeStyle(