fix(WeatherBar): not using config fonts

This commit is contained in:
Hasan A. Tekeoğlu
2025-06-28 08:32:39 +03:00
parent 3f44ecb068
commit d7cf0f4f27
3 changed files with 9 additions and 10 deletions
@@ -40,7 +40,7 @@ Item {
StyledText {
visible: true
font.pixelSize: Appearance.font.pixelSize.normal
font.pixelSize: Appearance.font.pixelSize.large
color: Appearance.colors.colOnLayer1
text: WeatherService.data.temp
}