🐛 Fixed copy/paste error in debug style
This commit is contained in:
parent
2cf071dc4f
commit
d2e9402087
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue