mirror of
https://github.com/overte-org/overte.git
synced 2025-05-09 03:38:47 +02:00
11 lines
183 B
QML
11 lines
183 B
QML
import "../../controls" as HifiControls
|
|
import "../../styles-uit"
|
|
|
|
RalewayRegular {
|
|
AvatarAppStyle {
|
|
id: style
|
|
}
|
|
|
|
color: style.colors.redHighlight
|
|
size: 15;
|
|
}
|