1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-18 11:19:28 +01:00

chore: style tweaks

This commit is contained in:
Rongjian Zhang 2020-01-27 15:08:10 +08:00
parent 867f617276
commit cc7a2f7075

View File

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