Change message note color

This commit is contained in:
Mitchell McCaffrey 2020-07-02 20:17:04 +10:00
parent 1094f0c358
commit 48db45f3b0

View File

@ -270,8 +270,8 @@ export default {
borderLeftColor: "#ff939b",
},
note: {
backgroundColor: "#4e5d68",
borderLeftColor: "#6889a1",
backgroundColor: "#ca871e",
borderLeftColor: "#ebd2ac",
},
},
};