1
Fork 0

Make warning popup message more readable

This commit is contained in:
Alain Takoudjou 2020-12-08 17:50:29 +01:00 committed by Juliusz Chroboczek
parent bdfa793a8d
commit ce8acf303a
1 changed files with 1 additions and 1 deletions

View File

@ -2134,7 +2134,7 @@ function displayError(message, level) {
gravity = 'bottom';
break;
case "warning":
background = "linear-gradient(to right, #edd800, #c9c200)";
background = "linear-gradient(to right, #bdc511, #c2cf01)";
break;
}