mirror of
https://github.com/git-touch/git-touch
synced 2024-12-18 19:22:54 +01:00
chore: style tweaks
This commit is contained in:
parent
867f617276
commit
cc7a2f7075
@ -19,14 +19,14 @@ class MutationButton extends StatelessWidget {
|
|||||||
minSize: 0,
|
minSize: 0,
|
||||||
color: theme.paletteOf(context).primary,
|
color: theme.paletteOf(context).primary,
|
||||||
padding: EdgeInsets.symmetric(
|
padding: EdgeInsets.symmetric(
|
||||||
horizontal: 14,
|
horizontal: 12,
|
||||||
vertical: 5,
|
vertical: 4,
|
||||||
),
|
),
|
||||||
borderRadius: BorderRadius.all(Radius.circular(20)),
|
borderRadius: BorderRadius.all(Radius.circular(20)),
|
||||||
child: Text(
|
child: Text(
|
||||||
text,
|
text,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 18,
|
fontSize: 17,
|
||||||
color: theme.paletteOf(context).background,
|
color: theme.paletteOf(context).background,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user