From 61c3c244a4a440e5ee55abddf52d89be5e049a5c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 25 Jun 2025 14:43:36 -0600 Subject: [PATCH] Use the count background color from default settings --- app/active_calls/active_calls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/active_calls/active_calls.php b/app/active_calls/active_calls.php index 7e79964536..9fe3e0d148 100644 --- a/app/active_calls/active_calls.php +++ b/app/active_calls/active_calls.php @@ -277,7 +277,7 @@ echo "\n"; const colors = { RINGING: 'blue', - CONNECTED: 'green', + CONNECTED: 'get('theme', 'heading_count_background_color', '#28a745'); ?>', HANGUP: 'red', INACTIVE: 'black' }