mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-14 13:47:16 +02:00
10 lines
183 B
QML
10 lines
183 B
QML
import "../../controls" as HifiControls
|
|
import "../../styles-uit"
|
|
|
|
RalewayRegular {
|
|
AvatarAppStyle {
|
|
id: style
|
|
}
|
|
color: style.colors.blueHighlight
|
|
size: 22;
|
|
}
|