diff 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
line wrap: on
line diff
--- a/GeoQuiz/Components/ColorExtension.swift	Wed Oct 19 10:04:17 2022 +0200
+++ b/GeoQuiz/Components/ColorExtension.swift	Thu Oct 20 13:49:42 2022 +0200
@@ -40,4 +40,8 @@
     static var royalLightBlue: Color {
         Color("RoyalLightBlue")
     }
+    
+    static var customBackground: Color {
+        Color("Background")
+    }
 }