mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #13680 from ElderOrb/adjust_wearables_button_fix
use 'light' color scheme
This commit is contained in:
commit
bda9ed7f1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue