Update toolbar.dart (#831)

pull/833/head
Holistic Apps 3 years ago committed by GitHub
parent e27f779ade
commit 8e3e15111e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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) {

Loading…
Cancel
Save