revert tx notice to body2 for consistency

pull/2/head
fuwa 4 years ago
parent 2f2e4d2bb1
commit 853b1c232e

@ -102,11 +102,7 @@ Widget summary(BuildContext context, SyncedState state) {
child: Text
(
txNotice,
style: TextStyle
(
fontFamily: 'RobotoMono',
fontSize: 14,
),
style: Theme.of(context).textTheme.body2,
key: ValueKey<int>(poolLength),
),
),