0e7f7e1dfd
Generated by create-expo-app 3.2.0.
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
export const COLORS = {
|
|
background: "#1a1a1a",
|
|
text: "#ffe81f",
|
|
inactive: "#888888",
|
|
itemBackground: "#333333",
|
|
containerBackground: "#222222",
|
|
};
|