changeset 63:1d438bede031

Minor updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 18:55:19 +0100
parents c7b6249ab745
children ad145f9c4153
files Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Simoleon/Localization/en.xcloc/Source Contents/Simoleon/es.lproj/Localizable.strings Simoleon/Settings.swift
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed
Binary file Simoleon/Localization/en.xcloc/Source Contents/Simoleon/es.lproj/Localizable.strings has changed
--- a/Simoleon/Settings.swift	Tue Jul 27 18:45:43 2021 +0100
+++ b/Simoleon/Settings.swift	Tue Jul 27 18:55:19 2021 +0100
@@ -47,7 +47,7 @@
                         Image(systemName: "heart.fill")
                             .foregroundColor(Color(.systemRed))
                             .imageScale(.large)
-                        
+
                         Text("Rate Simoleon")
                     }
                 }
@@ -64,8 +64,8 @@
                 
                 Link(destination: URL(string: "https://dennistech.io/contact")!) {
                     HStack {
-                        Image(systemName: "envelope.circle.fill")
-                            .renderingMode(.original)
+                        Image(systemName: "envelope.fill")
+                            .foregroundColor(Color(.systemIndigo))
                             .imageScale(.large)
                         
                         Text("Contact")