From 8e3e15111e656829abc4de3069add004f10689fe Mon Sep 17 00:00:00 2001 From: Holistic Apps Date: Sun, 22 May 2022 15:57:23 +0200 Subject: [PATCH] Update toolbar.dart (#831) --- lib/src/widgets/toolbar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index b1ec4ff9..ab2c955f 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -198,7 +198,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { style: TextStyle( color: fontSize.value == '0' ? Colors.red - : Colors.black)), + : null)), ), ], onSelected: (newSize) {