mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +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;
|
anchors.fill: parent;
|
||||||
onClicked: emitSendToScript({'method' : 'navigate', 'url' : allAvatars.makeMarketItemUrl(currentAvatar.avatarUrl)})
|
onClicked: emitSendToScript({'method' : 'navigate', 'url' : allAvatars.makeMarketItemUrl(currentAvatar.avatarUrl)})
|
||||||
}
|
}
|
||||||
|
color: style.colors.blueHighlight
|
||||||
}
|
}
|
||||||
|
|
||||||
TextStyle3 {
|
TextStyle3 {
|
||||||
|
|
|
@ -2,9 +2,5 @@ import "../../controls" as HifiControls
|
||||||
import "../../styles-uit"
|
import "../../styles-uit"
|
||||||
|
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
AvatarAppStyle {
|
|
||||||
id: style
|
|
||||||
}
|
|
||||||
color: style.colors.blueHighlight
|
|
||||||
size: 22;
|
size: 22;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue