migrated to styled Components

This commit is contained in:
2021-10-03 17:27:59 +02:00
parent ad52fdb08f
commit 94eed84eaa
14 changed files with 436 additions and 872 deletions
+28 -9
View File
@@ -1,10 +1,29 @@
const theme = {
color1: "#1F1E2E",
color2: "#27283A",
color3: "#438AF4",
color4: "rgba(2,0,36,0.7455182756696428)",
color5: "#490428c6",
color6: "#ddd9ebbf",
const colours1 = {
color1: "#1F1E2E",
color2: "#27283A",
color3: "#438AF4",
color4: "rgba(2,0,36,0.7455182756696428)",
color5: "#490428c6",
color6: "#ddd9ebbf",
color7: "#858192bf",
color8: "#3a192ae0",
color9: "#110d13",
color10: "#fff",
}
export {theme}
const colours2 = {
color1: "#1e2e2e",
color2: "#273a37",
color3: "#43f48d",
color4: "#012400be",
color5: "#254904c6",
color6: "#daebd9bf",
color7: "#839281bf",
color8: "#193a1be0",
color9: "#110d13",
color10: "#fff",
}
const theme = {
colours: colours1
}
export { theme, colours1 as colours }
export default theme