Slightly different look for the SidePanel system stats

This commit is contained in:
quadbyte 2025-08-12 15:20:49 -04:00
parent d009b8d5c8
commit 6f0b0b299f
3 changed files with 13 additions and 12 deletions

View file

@ -28,12 +28,12 @@ NBox {
NText {
text: weatherReady ? Location.weatherSymbolFromCode(Location.data.weather.current_weather.weathercode) : ""
font.family: "Material Symbols Outlined"
font.pointSize: Style.fontSizeXXL * 1.25 * scaling
font.pointSize: Style.fontSizeXXL * 1.5 * scaling
color: Colors.accentSecondary
}
ColumnLayout {
spacing: -Style.marginTiny * scaling
NText {
text: Settings.data.location.name
font.weight: Style.fontWeightBold