blob: 75847472f686ee60f87cbe5f00a8a23b7ff36924 (
plain)
1
2
3
4
5
6
7
8
9
10
|
import "root:/widgets"
import "root:/services"
import "root:/config"
MaterialIcon {
text: "power_settings_new"
color: Colours.palette.m3error
font.bold: true
font.pointSize: Appearance.font.size.normal
}
|