blob: e040cf09043c878d556750f14b21efea0e5b7832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
import "root:/widgets"
import "root:/services"
import "root:/utils"
import "root:/config"
StyledText {
text: Icons.osIcon
font.pointSize: Appearance.font.size.smaller
font.family: Appearance.font.family.mono
color: Colours.palette.m3tertiary
}
|