Files
Galaxies-shoppingapp/utils/colors.ts
T
Dennis Hundertmark b24544f115 Initial commit
Generated by create-expo-app 3.2.0.
2025-05-20 15:23:02 +02:00

16 lines
306 B
TypeScript

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",
};