Explorar el Código

Fixed green colour being red

Henry Whitaker hace 6 años
padre
commit
23d4bcdeb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/functions/option-functions.php

+ 1 - 1
api/functions/option-functions.php

@@ -209,7 +209,7 @@ function netdataColourOptions()
 		],
 		[
 			'name' => 'Green',
-			'value' => 'DD4400',
+			'value' => '46e302',
 		],
 		[
 			'name' => 'Purple',