Change battery health icon from 'healing' to 'heart_check'

This commit is contained in:
end-4
2025-11-06 21:14:51 +01:00
committed by GitHub
parent 31f2184dc6
commit 2f1c66570f
@@ -90,7 +90,7 @@ StyledPopup {
Layout.fillWidth: true
MaterialSymbol {
text: "healing"
text: "heart_check"
color: Appearance.colors.colOnSurfaceVariant
iconSize: Appearance.font.pixelSize.large
}