use 'light' color scheme

This commit is contained in:
Alexander Ivash 2018-07-24 23:19:11 +03:00
parent b7d12c6b1c
commit c9d9f7363a

View file

@ -326,7 +326,7 @@ Rectangle {
height: 40
anchors.right: parent.right
color: hifi.buttons.red;
colorScheme: hifi.colorSchemes.dark;
colorScheme: hifi.colorSchemes.light;
text: "TAKE IT OFF"
onClicked: wearableDeleted(root.avatarName, getCurrentWearable().id);
enabled: wearablesCombobox.model.count !== 0