update label text

This commit is contained in:
Jeff Becker 2021-09-24 17:20:17 -04:00
parent d974002773
commit b654c5ecaa
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ class LokinetApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitUp,
DeviceOrientation.portraitDown,
@ -179,7 +178,7 @@ class MyFormState extends State<MyForm> {
: Color.fromARGB(255, 226, 226, 226),
border: InputBorder.none,
labelStyle: TextStyle(color: color),
labelText: 'UpstreamDNS'),
labelText: 'DNS'),
),
),
Padding(