comparison 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
comparison
equal deleted inserted replaced
0:413e2d21333e 1:259a15f485c5
20 static var tertiary: Gradient { 20 static var tertiary: Gradient {
21 Gradient(colors: [Color("PinkLavender"), Color("BlueBell")]) 21 Gradient(colors: [Color("PinkLavender"), Color("BlueBell")])
22 } 22 }
23 23
24 static var quaternary: Gradient { 24 static var quaternary: Gradient {
25 Gradient(colors: [Color("PinkLavender"), Color("Main2")]) 25 Gradient(colors: [Color("MaizeCrayola"), Color("MiddleRed")])
26 } 26 }
27 } 27 }