diff --git a/src/app/constant/JamiTheme.qml b/src/app/constant/JamiTheme.qml
index ba2fbfca7a87d51b3f012dde361f29a1425fd183..17370fec2508aac084050e50ac60aef402c31986 100644
--- a/src/app/constant/JamiTheme.qml
+++ b/src/app/constant/JamiTheme.qml
@@ -102,7 +102,7 @@ Item {
     property color invertedNormalButtonColor: Qt.rgba(0, 0, 0, 0.75)
 
     property color editLineColor: "#03b9e9"
-    property color buttonTintedBlue: darkTheme ? "#03B9E9" : "#005699"
+    property color buttonTintedBlue: "#005699"
     property color buttonTintedBlueHovered: "#0071c9"
     property color buttonTintedBlueInternalHover: Qt.rgba(0, 86, 153, 0.2)
     property color buttonTintedBluePressed: "#0071c9"
@@ -227,7 +227,7 @@ Item {
     //mapPosition
     property color mapButtonsOverlayColor: darkTheme ? "#000000" : "#f0f0f0"
     property color mapButtonColor: darkTheme ?  "#f0f0f0" : "#000000"
-    property color sharePositionIndicatorColor: buttonTintedBlue
+    property color sharePositionIndicatorColor: darkTheme ? "#03B9E9" : "#005699"
     property color sharedPositionIndicatorColor: darkTheme ? whiteColor : blackColor
 
     //EmojiReact