]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commitdiff
login form: dart fmt
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Mar 2023 08:39:19 +0000 (09:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Mar 2023 08:39:19 +0000 (09:39 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/proxmox_login_form.dart

index 41bf68f45573490cb733731aaa14b802a5e1b988..2d9615327fd75cff9722d117ba6a72c30b5efab0 100644 (file)
@@ -219,10 +219,9 @@ class _ProxmoxLoginPageState extends State<ProxmoxLoginPage> {
           ),
         ),
         colorScheme: ColorScheme.dark().copyWith(
-          primary: ProxmoxColors.orange,
+            primary: ProxmoxColors.orange,
             secondary: ProxmoxColors.orange,
-            onSecondary: ProxmoxColors.supportGrey
-        ),
+            onSecondary: ProxmoxColors.supportGrey),
       ),
       child: Scaffold(
         backgroundColor: ProxmoxColors.supportBlue,