We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a240 commit 980a5acCopy full SHA for 980a5ac
lib/widget/gsy_flex_button.dart
@@ -51,7 +51,7 @@ class GSYFlexButton extends StatelessWidget {
51
children: <Widget>[
52
new Expanded(
53
child: new Text(text!,
54
- style: new TextStyle(fontSize: fontSize, color: GSYColors.primaryValue),
+ style: new TextStyle(fontSize: fontSize, height: 1),
55
textAlign: TextAlign.center,
56
maxLines: maxLines,
57
overflow: TextOverflow.ellipsis),
0 commit comments