mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 18:13:47 +02:00
blue version of TextStyle3 should only be used for avatar name under favorites
This commit is contained in:
parent
a4a1ac5d12
commit
1778e59142
2 changed files with 1 additions and 4 deletions
|
@ -377,6 +377,7 @@ Rectangle {
|
|||
anchors.fill: parent;
|
||||
onClicked: emitSendToScript({'method' : 'navigate', 'url' : allAvatars.makeMarketItemUrl(currentAvatar.avatarUrl)})
|
||||
}
|
||||
color: style.colors.blueHighlight
|
||||
}
|
||||
|
||||
TextStyle3 {
|
||||
|
|
|
@ -2,9 +2,5 @@ import "../../controls" as HifiControls
|
|||
import "../../styles-uit"
|
||||
|
||||
RalewayRegular {
|
||||
AvatarAppStyle {
|
||||
id: style
|
||||
}
|
||||
color: style.colors.blueHighlight
|
||||
size: 22;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue