Initial commit
Generated by create-expo-app 3.2.0.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export const COLORS = {
|
||||
primary: "#007AFF",
|
||||
secondary: "#FF0000",
|
||||
background: "#FFFFFF",
|
||||
text: "#000000",
|
||||
white: "#FFFFFF",
|
||||
black: "#000000",
|
||||
gray: "#666666",
|
||||
lightGray: "#999999",
|
||||
darkGray: "#333333",
|
||||
success: "#4CAF50",
|
||||
warning: "#FFC107",
|
||||
error: "#F44336",
|
||||
info: "#2196F3",
|
||||
};
|
||||
Reference in New Issue
Block a user