diff 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
line wrap: on
line diff
--- a/GeoQuiz/Components/ColorExtension.swift	Sat Oct 22 08:56:54 2022 +0100
+++ b/GeoQuiz/Components/ColorExtension.swift	Sun Oct 23 00:11:38 2022 +0100
@@ -40,8 +40,4 @@
     static var royalLightBlue: Color {
         Color("RoyalLightBlue")
     }
-    
-    static var customBackground: Color {
-        Color("Background")
-    }
 }