BrixCafe/app/constants/colors.ts
Med Kamel bf20e7e3d7 Initial commit
Generated by create-expo-app 3.3.0.
2025-04-15 03:42:47 +01:00

8 lines
133 B
TypeScript

const COLORS = {
background_user: '#FFFFFF',
text: '#FFFFFF',
primary: '#B07B2C',
};
export default COLORS;