before switching from sass to styled components

This commit is contained in:
2021-10-02 20:07:16 +02:00
parent 0dbb7f8528
commit ad52fdb08f
20 changed files with 1041 additions and 90 deletions
+10
View File
@@ -0,0 +1,10 @@
const theme = {
color1: "#1F1E2E",
color2: "#27283A",
color3: "#438AF4",
color4: "rgba(2,0,36,0.7455182756696428)",
color5: "#490428c6",
color6: "#ddd9ebbf",
}
export {theme}