mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Increase font on wind and humidity texts
This commit is contained in:
parent
2a0daaa806
commit
da436500bf
@ -149,7 +149,7 @@ internal fun WeatherDetailsCard(
|
||||
currentWeatherForecast.windDirection.label
|
||||
),
|
||||
color = textColor,
|
||||
fontSize = 16.sp
|
||||
fontSize = 18.sp,
|
||||
)
|
||||
|
||||
// Humidity info
|
||||
@ -159,7 +159,7 @@ internal fun WeatherDetailsCard(
|
||||
currentWeatherForecast.humidity
|
||||
),
|
||||
color = textColor,
|
||||
fontSize = 16.sp
|
||||
fontSize = 18.sp,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user