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:
parent
867f617276
commit
cc7a2f7075
@ -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,
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user