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