Skip to content
Snippets Groups Projects
Commit deced256 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jamitheme: fix button color

Change-Id: I94ceab04d0d93a117ef7a16a8ef31139146681dd
parent f06ec3ae
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ Item { ...@@ -102,7 +102,7 @@ Item {
property color invertedNormalButtonColor: Qt.rgba(0, 0, 0, 0.75) property color invertedNormalButtonColor: Qt.rgba(0, 0, 0, 0.75)
property color editLineColor: "#03b9e9" property color editLineColor: "#03b9e9"
property color buttonTintedBlue: darkTheme ? "#03B9E9" : "#005699" property color buttonTintedBlue: "#005699"
property color buttonTintedBlueHovered: "#0071c9" property color buttonTintedBlueHovered: "#0071c9"
property color buttonTintedBlueInternalHover: Qt.rgba(0, 86, 153, 0.2) property color buttonTintedBlueInternalHover: Qt.rgba(0, 86, 153, 0.2)
property color buttonTintedBluePressed: "#0071c9" property color buttonTintedBluePressed: "#0071c9"
...@@ -227,7 +227,7 @@ Item { ...@@ -227,7 +227,7 @@ Item {
//mapPosition //mapPosition
property color mapButtonsOverlayColor: darkTheme ? "#000000" : "#f0f0f0" property color mapButtonsOverlayColor: darkTheme ? "#000000" : "#f0f0f0"
property color mapButtonColor: darkTheme ? "#f0f0f0" : "#000000" property color mapButtonColor: darkTheme ? "#f0f0f0" : "#000000"
property color sharePositionIndicatorColor: buttonTintedBlue property color sharePositionIndicatorColor: darkTheme ? "#03B9E9" : "#005699"
property color sharedPositionIndicatorColor: darkTheme ? whiteColor : blackColor property color sharedPositionIndicatorColor: darkTheme ? whiteColor : blackColor
//EmojiReact //EmojiReact
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment