mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Use correct text color for checkboxes
This commit is contained in:
parent
0af53bb4a5
commit
f6583a1b87
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Original.CheckBox {
|
|||
id: checkBox
|
||||
|
||||
property int colorScheme: hifi.colorSchemes.light
|
||||
property string color: hifi.colors.lightGray
|
||||
property string color: hifi.colors.lightGrayText
|
||||
readonly property bool isLightColorScheme: colorScheme == hifi.colorSchemes.light
|
||||
property bool isRedCheck: false
|
||||
property int boxSize: 14
|
||||
|
|
Loading…
Reference in a new issue