comparison GeoQuiz/Components/ColorExtension.swift @ 19:f140bb277c96

refactor code
author Dennis C. M. <dennis@denniscm.com>
date Sun, 23 Oct 2022 00:11:38 +0100
parents 1011e56b7832
children
comparison
equal deleted inserted replaced
18:d20cf93c9812 19:f140bb277c96
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 }
47 } 43 }