reorg again, absolute (module) imports

This commit is contained in:
austinried
2021-07-08 12:21:44 +09:00
parent a94a011a18
commit ea4421b7af
54 changed files with 186 additions and 251 deletions

12
app/styles/colors.ts Normal file
View File

@@ -0,0 +1,12 @@
export default {
text: {
primary: '#ffffff',
secondary: '#999999',
},
gradient: {
high: '#2d2d2d',
low: '#000000',
},
accent: '#b134db',
accentLow: '#511c63',
}