mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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;
|
|
}
|