Files
native-app/tooling/tailwind/colors.ts
2024-02-11 22:58:39 +01:00

19 lines
293 B
TypeScript

export default {
primary: {
100: "#C082FF",
300: "#8D44D6",
400: "#7831BF",
},
secondary: {
50: "#676790",
200: "#3F3F60",
300: "#32324F",
700: "#131322",
},
iconBackground: "#14141c",
icon: {
background: "#14141c",
},
background: "#0a0a12",
};