Browse Source

Fix font size

vishnukvmd 4 years ago
parent
commit
b09fe51c91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/ui/settings/danger_section_widget.dart

+ 1 - 0
lib/ui/settings/danger_section_widget.dart

@@ -74,6 +74,7 @@ class _DangerSectionWidgetState extends State<DangerSectionWidget> {
           style: TextStyle(
             height: 1.5,
             fontFamily: 'Ubuntu',
+            fontSize: 16,
           ),
         ),
       ),