Merge pull request #13680 from ElderOrb/adjust_wearables_button_fix

use 'light' color scheme
This commit is contained in:
John Conklin II 2018-08-01 11:23:10 -07:00 committed by GitHub
commit bda9ed7f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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