Move Colors to separate File

This commit is contained in:
Samuel Oberhofer
2022-12-10 12:01:51 +01:00
parent abffee27c7
commit 57f103c6f9
3 changed files with 11 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
const Colors = {
primary500: "#282A35",
accent500: "#A587DD",
};
export default Colors;