@@ -44,6 +44,7 @@ class SpecifyTextStyle {
44
44
fontWeight : FontWeight .w500 ,
45
45
letterSpacing : 10.00 ,
46
46
color : Color (0xFF1E212B ),
47
+ height : 20.00 ,
47
48
);
48
49
static const TextStyle bodyWithOpacity = TextStyle (
49
50
fontFamily : _inter ,
@@ -52,19 +53,22 @@ class SpecifyTextStyle {
52
53
fontWeight : FontWeight .w500 ,
53
54
letterSpacing : 10.00 ,
54
55
color : Color (0x4D1E212B ),
56
+ height : 20.00 ,
55
57
);
56
58
static const TextStyle code = TextStyle (
57
59
fontFamily : _firaCode ,
58
60
fontSize : 13.00 ,
59
61
fontStyle : FontStyle .normal ,
60
62
fontWeight : FontWeight .w500 ,
61
63
color : Color (0xFFFF8E05 ),
64
+ height : 20.00 ,
62
65
);
63
66
static const TextStyle list = TextStyle (
64
67
fontFamily : _roboto ,
65
68
fontSize : 14.00 ,
66
69
fontStyle : FontStyle .normal ,
67
70
fontWeight : FontWeight .w400 ,
71
+ height : 20.00 ,
68
72
);
69
73
static const TextStyle title = TextStyle (
70
74
fontFamily : _inter ,
@@ -73,6 +77,7 @@ class SpecifyTextStyle {
73
77
fontWeight : FontWeight .w600 ,
74
78
decoration : TextDecoration .underline ,
75
79
color : Color (0xFF1E212B ),
80
+ height : 40.00 ,
76
81
);
77
82
}" ,
78
83
},
@@ -176,6 +181,7 @@ class CustomTheme {
176
181
fontWeight : FontWeight .w500 ,
177
182
letterSpacing : 10.00 ,
178
183
color : Color (0xFF1E212B ),
184
+ height : 20.00 ,
179
185
);
180
186
static const TextStyle bodyWithOpacity = TextStyle (
181
187
fontFamily : _inter ,
@@ -184,19 +190,22 @@ class CustomTheme {
184
190
fontWeight : FontWeight .w500 ,
185
191
letterSpacing : 10.00 ,
186
192
color : Color (0x4D1E212B ),
193
+ height : 20.00 ,
187
194
);
188
195
static const TextStyle code = TextStyle (
189
196
fontFamily : _firaCode ,
190
197
fontSize : 13.00 ,
191
198
fontStyle : FontStyle .normal ,
192
199
fontWeight : FontWeight .w500 ,
193
200
color : Color (0xFFFF8E05 ),
201
+ height : 20.00 ,
194
202
);
195
203
static const TextStyle list = TextStyle (
196
204
fontFamily : _roboto ,
197
205
fontSize : 14.00 ,
198
206
fontStyle : FontStyle .normal ,
199
207
fontWeight : FontWeight .w400 ,
208
+ height : 20.00 ,
200
209
);
201
210
static const TextStyle title = TextStyle (
202
211
fontFamily : _inter ,
@@ -205,6 +214,7 @@ class CustomTheme {
205
214
fontWeight : FontWeight .w600 ,
206
215
decoration : TextDecoration .underline ,
207
216
color : Color (0xFF1E212B ),
217
+ height : 40.00 ,
208
218
);
209
219
}" ,
210
220
},
0 commit comments