blue version of TextStyle3 should only be used for avatar name under favorites

This commit is contained in:
Alexander Ivash 2018-05-18 00:51:13 +03:00
parent a4a1ac5d12
commit 1778e59142
2 changed files with 1 additions and 4 deletions

View file

@ -377,6 +377,7 @@ Rectangle {
anchors.fill: parent;
onClicked: emitSendToScript({'method' : 'navigate', 'url' : allAvatars.makeMarketItemUrl(currentAvatar.avatarUrl)})
}
color: style.colors.blueHighlight
}
TextStyle3 {

View file

@ -2,9 +2,5 @@ import "../../controls" as HifiControls
import "../../styles-uit"
RalewayRegular {
AvatarAppStyle {
id: style
}
color: style.colors.blueHighlight
size: 22;
}