diff LazyBear/Views/Global Helpers/RowShape.swift @ 438:7f2a24a774eb

Implement CompanyView networking
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 20 Jun 2021 13:20:19 +0200
parents 8c58ce834d95
children
line wrap: on
line diff
--- a/LazyBear/Views/Global Helpers/RowShape.swift	Sun Jun 20 12:58:52 2021 +0200
+++ b/LazyBear/Views/Global Helpers/RowShape.swift	Sun Jun 20 13:20:19 2021 +0200
@@ -13,8 +13,7 @@
     var body: some View {
         RoundedRectangle(cornerRadius: 25)
             .foregroundColor(Color("customSecondaryBackground"))
-            .if(colorScheme == .light) { content in
-                // Apply shadow only when is not dark mode
+            .if(colorScheme == .light) { content in  /// Apply shadow only when is not dark mode
                 content
                     .shadow(color: Color(.gray).opacity(0.15), radius: 10)
             }