mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
opt: reset file confirm & clean code
This commit is contained in:
@@ -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)),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user