Skip to content

Commit 980a5ac

Browse files
committed
update flex button
1 parent 9f4a240 commit 980a5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widget/gsy_flex_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class GSYFlexButton extends StatelessWidget {
5151
children: <Widget>[
5252
new Expanded(
5353
child: new Text(text!,
54-
style: new TextStyle(fontSize: fontSize, color: GSYColors.primaryValue),
54+
style: new TextStyle(fontSize: fontSize, height: 1),
5555
textAlign: TextAlign.center,
5656
maxLines: maxLines,
5757
overflow: TextOverflow.ellipsis),

0 commit comments

Comments
 (0)