Home Screen

This commit is contained in:
Samuel Oberhofer
2022-12-10 14:59:57 +01:00
parent 7c6895ccbf
commit 1a4edb5e6d
2 changed files with 29 additions and 9 deletions
+1
View File
@@ -2,6 +2,7 @@ const Colors = {
primary500: "#282A35",
primary400: "#373A49",
accent500: "#A587DD",
accent300: "#d2c3ee",
};
export default Colors;