opt: reset file confirm & clean code

This commit is contained in:
Kingtous
2022-05-18 15:47:07 +08:00
parent 42f2ebc8e6
commit 925ca66c42
2 changed files with 51 additions and 48 deletions

View File

@@ -37,8 +37,8 @@ class MyTheme {
}
final ButtonStyle flatButtonStyle = TextButton.styleFrom(
minimumSize: Size(88, 36),
padding: EdgeInsets.symmetric(horizontal: 16.0),
minimumSize: Size(0, 36),
padding: EdgeInsets.symmetric(horizontal: 16.0, vertical: 10.0),
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(2.0)),
),