jamiswitch: add thin border color

Change-Id: Ib5a7f1d616776ef6ab6b8afe768495ae042b4648
This commit is contained in:
ebjarstal
2025-10-21 13:36:00 -04:00
committed by Eric Bjarstal
parent 126206e964
commit bfc29cd2ae
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ Switch {
radius: JamiTheme.switchIndicatorRadius
color: JamiTheme.switchBackgroundColor
border.color: handleBackground.color
border.color: JamiTheme.switchBackgroundBorderColor
Rectangle {
id: handle

View File

@@ -154,6 +154,7 @@ Item {
// Jami switch
property color switchBackgroundCheckedColor: "#8dbaea"
property color switchBackgroundColor: darkTheme ? "#626262" : "#E5EEF5"
property color switchBackgroundBorderColor: darkTheme ? "#4d4d4d" : "#A3C2DA"
property color switchHandleColor: darkTheme ? "#2B2B2B" : whiteColor
property color switchHandleCheckedColor: tintedBlue
property color switchHandleBorderColor: tintedBlue