minor fixes

This commit is contained in:
2021-10-03 18:19:33 +02:00
parent 94eed84eaa
commit 09e6deb019
8 changed files with 58 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const colours2 = {
color10: "#fff",
}
const theme = {
colours: colours1
colours: colours2
}
export { theme, colours1 as colours }
export default theme