Deniz Cengiz 1 год назад
Родитель
Сommit
da9a5f8695

+ 2 - 2
Trio/Sources/Modules/Main/View/MainLoadingView.swift

@@ -70,9 +70,9 @@ extension Main {
                 .font(.title3).bold()
                 .background(
                     Capsule()
-                        .fill(Color.tabBar)
+                        .fill(Color.blue)
                 )
-                .foregroundColor(.white)
+                .foregroundColor(Color.white)
                 .shadow(color: Color.black.opacity(0.1), radius: 5, x: 0, y: 2)
             }
         }

+ 2 - 2
Trio/Sources/Modules/Main/View/MainMigrationErrorView.swift

@@ -106,9 +106,9 @@ extension Main {
                         .font(.title3).bold()
                         .background(
                             Capsule()
-                                .fill(Color.tabBar)
+                                .fill(Color.blue)
                         )
-                        .foregroundColor(.white)
+                        .foregroundColor(Color.white)
                         .shadow(color: Color.black.opacity(0.1), radius: 5, x: 0, y: 2)
                 }.padding(.bottom)
             }