's'
This commit is contained in:
18
mobile/constants/Colors.ts
Normal file
18
mobile/constants/Colors.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
const accent = '#5b9dff';
|
||||
|
||||
export default {
|
||||
light: {
|
||||
text: '#0f172a',
|
||||
background: '#f3f5fb',
|
||||
tint: '#2563eb',
|
||||
tabIconDefault: '#94a3b8',
|
||||
tabIconSelected: '#2563eb',
|
||||
},
|
||||
dark: {
|
||||
text: '#e8eaed',
|
||||
background: '#14161c',
|
||||
tint: accent,
|
||||
tabIconDefault: '#64748b',
|
||||
tabIconSelected: accent,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user