mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:03:26 +00:00
refactor to turbo
This commit is contained in:
14
tooling/tailwind/colors.ts
Normal file
14
tooling/tailwind/colors.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
primary: {
|
||||
100: "#C082FF",
|
||||
300: "#8D44D6",
|
||||
400: "#7831BF",
|
||||
},
|
||||
secondary: {
|
||||
50: "#676790",
|
||||
200: "#3F3F60",
|
||||
300: "#32324F",
|
||||
700: "#131322",
|
||||
},
|
||||
background: "#0a0a12",
|
||||
};
|
Reference in New Issue
Block a user