Default small text to dark gray color

pull/382/head
Xun Gong 4 years ago
parent 3378ddff57
commit 8945379379
  1. 2
      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(

Loading…
Cancel
Save