Created
February 1, 2022 11:47
-
-
Save SarahAlsharif/e3fd71d3f23e3d44a3362ec2057dd8a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct Colors { | |
public static let mainColor = "mainColor" | |
public static let lightShadow = "lightShadow" | |
public static let darkShadow = "darkShadow" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment