diff LazyBear/Views/Company/CompanyView.swift @ 441:417148200aaf

Change background color and minor UI updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 20 Jun 2021 19:52:21 +0200
parents 01fa77358b82
children 6eae10397501
line wrap: on
line diff
--- a/LazyBear/Views/Company/CompanyView.swift	Sun Jun 20 16:58:36 2021 +0200
+++ b/LazyBear/Views/Company/CompanyView.swift	Sun Jun 20 19:52:21 2021 +0200
@@ -45,7 +45,7 @@
                         KeyStatsHelper(keyStats: company.data.keyStats)
                     }
                 }
-                .background(Color(.systemGray6).edgesIgnoringSafeArea(.all))
+                .background(Color("customBackground").edgesIgnoringSafeArea(.all))
                 .navigationTitle(symbol.uppercased())
             }
         } else {