From 882faf0e5d2b858dc25001e1f04a019237a360ad Mon Sep 17 00:00:00 2001
From: "denis.sumin" <denis.sumin@demlabs.net>
Date: Thu, 10 Feb 2022 17:40:26 +0300
Subject: [PATCH] fix color in BusyIndicator

---
 qml/widgets/DapBusyIndicator.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qml/widgets/DapBusyIndicator.qml b/qml/widgets/DapBusyIndicator.qml
index 18957c24d..5fbcabd37 100644
--- a/qml/widgets/DapBusyIndicator.qml
+++ b/qml/widgets/DapBusyIndicator.qml
@@ -24,6 +24,7 @@ DapBusyIndicatorForm
                     width: busyPointWidth
                     height: busyPointHeight
                     radius: busyPointRounding
+                    color: busyIndicatorLightColor
                     opacity: 1
                     //Add possibility of color animation
                     Behavior on color
-- 
GitLab