mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-16 14:41:25 +08:00
jamiswitch: add thin border color
Change-Id: Ib5a7f1d616776ef6ab6b8afe768495ae042b4648
This commit is contained in:
@@ -48,7 +48,7 @@ Switch {
|
||||
|
||||
radius: JamiTheme.switchIndicatorRadius
|
||||
color: JamiTheme.switchBackgroundColor
|
||||
border.color: handleBackground.color
|
||||
border.color: JamiTheme.switchBackgroundBorderColor
|
||||
|
||||
Rectangle {
|
||||
id: handle
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user