# HG changeset patch # User Dennis Concepción Martín # Date 1627408519 -3600 # Node ID 1d438bede0310fcdb9479b0b61760f05b55bd429 # Parent c7b6249ab74560bd4bf715ea12865e6610c96bd9 Minor updates diff -r c7b6249ab745 -r 1d438bede031 Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r c7b6249ab745 -r 1d438bede031 Simoleon/Localization/en.xcloc/Source Contents/Simoleon/es.lproj/Localizable.strings Binary file Simoleon/Localization/en.xcloc/Source Contents/Simoleon/es.lproj/Localizable.strings has changed diff -r c7b6249ab745 -r 1d438bede031 Simoleon/Settings.swift --- 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")