mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +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
|
id: checkBox
|
||||||
|
|
||||||
property int colorScheme: hifi.colorSchemes.light
|
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
|
readonly property bool isLightColorScheme: colorScheme == hifi.colorSchemes.light
|
||||||
property bool isRedCheck: false
|
property bool isRedCheck: false
|
||||||
property int boxSize: 14
|
property int boxSize: 14
|
||||||
|
|
Loading…
Reference in a new issue