1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-12 01:06:01 +00:00
This commit is contained in:
Louis Vézina 2020-03-31 23:20:57 -04:00
parent 63b85d8e1a
commit 61904e7445

View file

@ -123,7 +123,7 @@
icon = '"fas fa-info-circle" style="color: #1e90ff;"';
break;
case 'WARNING':
icon = '"fas fa-exclamation-circle" style="color: yellow;"';
icon = '"fas fa-exclamation-circle" style="color: #ffa500`;"';
break;
case 'ERROR':
icon = '"fas fa-bug" style="color: red;"';