mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Take temp font down a couple of sizes
This commit is contained in:
parent
7d94dc4264
commit
f3a23bb311
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ struct WeatherConditionsCompactWidget: View {
|
|||
.font(.caption)
|
||||
}
|
||||
Text(temperature)
|
||||
.font(temperature.length < 4 ? .system(size: 76) : .system(size: 60) )
|
||||
.font(temperature.length < 4 ? .system(size: 72) : .system(size: 54) )
|
||||
}
|
||||
.frame(minWidth: 100, idealWidth: 125, maxWidth: 150, minHeight: 120, idealHeight: 130, maxHeight: 140)
|
||||
.padding()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue