From 5e931e851a775385972943e5575420749b486cd5 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Fri, 29 Apr 2022 12:07:51 +0200 Subject: [PATCH] #8893 Fixed color --- pandora_console/include/lib/Dashboard/Widgets/top_n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/top_n.php b/pandora_console/include/lib/Dashboard/Widgets/top_n.php index 24845cec87..36461ba15e 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/top_n.php +++ b/pandora_console/include/lib/Dashboard/Widgets/top_n.php @@ -480,7 +480,7 @@ class TopNWidget extends Widget 1, $config['homeurl'], 'white', - 'black' + '#DFDFDF' ); $output .= '';