|
@@ -73,7 +73,7 @@ class ZefyrThemeData {
|
73
|
73
|
fontWeight: FontWeight.normal,
|
74
|
74
|
color: Colors.grey.shade800,
|
75
|
75
|
);
|
76
|
|
- final padding = const EdgeInsets.only(bottom: 8.0);
|
|
76
|
+ final padding = const EdgeInsets.only(bottom: 16.0);
|
77
|
77
|
final boldStyle = new TextStyle(fontWeight: FontWeight.bold);
|
78
|
78
|
final italicStyle = new TextStyle(fontStyle: FontStyle.italic);
|
79
|
79
|
final linkStyle =
|
|
@@ -181,7 +181,7 @@ class HeadingTheme {
|
181
|
181
|
height: 1.25,
|
182
|
182
|
fontWeight: FontWeight.w600,
|
183
|
183
|
),
|
184
|
|
- padding: EdgeInsets.only(bottom: 8.0, top: 16.0),
|
|
184
|
+ padding: EdgeInsets.only(bottom: 8.0, top: 8.0),
|
185
|
185
|
),
|
186
|
186
|
level3: StyleTheme(
|
187
|
187
|
textStyle: TextStyle(
|
|
@@ -190,7 +190,7 @@ class HeadingTheme {
|
190
|
190
|
height: 1.25,
|
191
|
191
|
fontWeight: FontWeight.w600,
|
192
|
192
|
),
|
193
|
|
- padding: EdgeInsets.only(bottom: 8.0, top: 16.0),
|
|
193
|
+ padding: EdgeInsets.only(bottom: 8.0, top: 8.0),
|
194
|
194
|
),
|
195
|
195
|
);
|
196
|
196
|
}
|