mirror of
https://github.com/overte-org/overte.git
synced 2025-05-09 03:58:52 +02:00
10 lines
184 B
QML
10 lines
184 B
QML
import "../../controls" as HifiControls
|
|
import "../../styles-uit"
|
|
|
|
RalewaySemiBold {
|
|
AvatarAppStyle {
|
|
id: style
|
|
}
|
|
color: style.colors.blueHighlight
|
|
size: 20;
|
|
}
|