Mobile. Share Screen. Unify button style
This commit is contained in:
parent
b3b6c54312
commit
40115163b4
@ -289,7 +289,7 @@ class ServerModel with ChangeNotifier {
|
|||||||
content: Text(translate("android_stop_service_tip")),
|
content: Text(translate("android_stop_service_tip")),
|
||||||
actions: [
|
actions: [
|
||||||
TextButton(onPressed: close, child: Text(translate("Cancel"))),
|
TextButton(onPressed: close, child: Text(translate("Cancel"))),
|
||||||
ElevatedButton(onPressed: submit, child: Text(translate("OK"))),
|
TextButton(onPressed: submit, child: Text(translate("OK"))),
|
||||||
],
|
],
|
||||||
onSubmit: submit,
|
onSubmit: submit,
|
||||||
onCancel: close,
|
onCancel: close,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user