mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
upgrade to v4
This commit is contained in:
14
apps/mobile/app/constants/Colors.ts
Normal file
14
apps/mobile/app/constants/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',
|
||||
};
|
1
apps/mobile/app/constants/General.ts
Normal file
1
apps/mobile/app/constants/General.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const TMDB_POSTER_PATH = `https://image.tmdb.org/t/p`;
|
Reference in New Issue
Block a user