🏗 Sets up React-Router

This commit is contained in:
Alicia Sykes
2022-06-12 13:43:08 +01:00
parent 2f0bc8199b
commit 9b8f5d2b40
6 changed files with 80 additions and 12 deletions

11
src/styles/colors.ts Normal file
View File

@@ -0,0 +1,11 @@
const colors = {
primary: '#9fef00',
textColor: '#ffffff',
textColorSecondary: '#a4b1cd',
background: '#141d2b',
backgroundDarker: '#111927',
backgroundLighter: '#1a2332',
};
export default colors;