Style Combobox
This commit is contained in:
@@ -14,4 +14,6 @@ QtObject {
|
||||
readonly property color mantle: theme === dark ? "#1e1f22" : "#e7e9ef"
|
||||
readonly property color interactive: theme === dark ? "#878b97" : "#d9d9da"
|
||||
readonly property color error: theme === dark ? "#ff2264" : "#ff004b"
|
||||
|
||||
readonly property double highlightOpacity: .3
|
||||
}
|
||||
Reference in New Issue
Block a user