Mercurial > public > geoquiz
diff GeoQuiz/Logic/CustomGradients.swift @ 1:259a15f485c5
fix bug with NavigationLink
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 20 Sep 2022 11:53:54 +0200 |
parents | 413e2d21333e |
children |
line wrap: on
line diff
--- a/GeoQuiz/Logic/CustomGradients.swift Tue Sep 20 08:13:26 2022 +0200 +++ b/GeoQuiz/Logic/CustomGradients.swift Tue Sep 20 11:53:54 2022 +0200 @@ -22,6 +22,6 @@ } static var quaternary: Gradient { - Gradient(colors: [Color("PinkLavender"), Color("Main2")]) + Gradient(colors: [Color("MaizeCrayola"), Color("MiddleRed")]) } }