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(
|
child: SizedBox(
|
||||||
width: 120,
|
width: 120,
|
||||||
child: ElevatedButton(
|
child: ElevatedButton(
|
||||||
style: ElevatedButton.styleFrom(
|
|
||||||
elevation: 0,
|
|
||||||
side: const BorderSide(color: MyTheme.border)),
|
|
||||||
onPressed: () => bind.sessionNewRdp(id: widget.id),
|
onPressed: () => bind.sessionNewRdp(id: widget.id),
|
||||||
child: Text(
|
child: Text(
|
||||||
translate('New RDP'),
|
translate('New RDP'),
|
||||||
style: const TextStyle(
|
|
||||||
fontWeight: FontWeight.w300, fontSize: 14),
|
|
||||||
),
|
),
|
||||||
).marginSymmetric(vertical: 10),
|
).marginSymmetric(vertical: 10),
|
||||||
).marginOnly(left: 20),
|
).marginOnly(left: 20),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user