1
0
Fork 0

🐛 Fixed copy/paste error in debug style

This commit is contained in:
Joost De Cock 2018-09-06 15:35:41 +02:00
parent 2cf071dc4f
commit d2e9402087

View file

@ -7,7 +7,7 @@ export function debugStyle(type, text) {
const color = { const color = {
info: "#FFF", info: "#FFF",
warning: "#FFF", warning: "#FFF",
warning: "#FFF", error: "#FFF",
success: "#FFF" success: "#FFF"
}; };
const background = { const background = {