improvement: style tweaks

This commit is contained in:
Rongjian Zhang
2020-01-14 13:33:02 +08:00
parent 4f50190309
commit a1bf2555b7
8 changed files with 43 additions and 37 deletions

View File

@@ -19,13 +19,16 @@ class MutationButton extends StatelessWidget {
minSize: 0,
color: theme.palette.primary,
padding: EdgeInsets.symmetric(
horizontal: 12,
vertical: 4,
horizontal: 14,
vertical: 5,
),
borderRadius: BorderRadius.all(Radius.circular(20)),
child: Text(
text,
style: TextStyle(fontSize: 16, color: theme.palette.background),
style: TextStyle(
fontSize: 18,
color: theme.palette.background,
),
),
);
}