Unify Input. Remove hardcoded style (new rdp)
This commit is contained in:
parent
6e2c27cfb1
commit
76252ec94c
@ -322,14 +322,9 @@ class _PortForwardPageState extends State<PortForwardPage>
|
||||
child: SizedBox(
|
||||
width: 120,
|
||||
child: ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
elevation: 0,
|
||||
side: const BorderSide(color: MyTheme.border)),
|
||||
onPressed: () => bind.sessionNewRdp(id: widget.id),
|
||||
child: Text(
|
||||
translate('New RDP'),
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.w300, fontSize: 14),
|
||||
),
|
||||
).marginSymmetric(vertical: 10),
|
||||
).marginOnly(left: 20),
|
||||
|
Loading…
x
Reference in New Issue
Block a user