comparison GeoQuiz/Components/ColorExtension.swift @ 16:1011e56b7832

implement user profile
author Dennis C. M. <dennis@denniscm.com>
date Thu, 20 Oct 2022 13:49:42 +0200
parents a793f33f05fb
children f140bb277c96
comparison
equal deleted inserted replaced
15:f1967f8cc67b 16:1011e56b7832
38 } 38 }
39 39
40 static var royalLightBlue: Color { 40 static var royalLightBlue: Color {
41 Color("RoyalLightBlue") 41 Color("RoyalLightBlue")
42 } 42 }
43
44 static var customBackground: Color {
45 Color("Background")
46 }
43 } 47 }