cards: Update WeatherCard icon logic and format

This commit is contained in:
Turann_
2026-01-23 05:49:09 +03:00
parent 83885d6cee
commit 402391beec
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -315,5 +315,3 @@ body {
._714a9a7abaf0392a-checkboxOption[data-selected="true"]:hover ._714a9a7abaf0392a-dot {
color: var(--accent-1) !important; /* keep checkmark accent color on hover */
}
#dorion_topbar { display: none; }
+1 -1
View File
@@ -87,7 +87,7 @@ NBox {
NIcon {
Layout.alignment: Qt.AlignVCenter
icon: weatherReady ? LocationService.weatherSymbolFromCode(LocationService.data.weather.current_weather.weathercode) : ""
icon: weatherReady ? LocationService.weatherSymbolFromCode(LocationService.data.weather.current_weather.weathercode, LocationService.data.weather.current_weather.is_day) : "weather-cloud-off"
pointSize: Style.fontSizeXXXL * 1.75
color: Color.mPrimary
}