mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 14:21:55 +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
|
currentWeatherForecast.windDirection.label
|
||||||
),
|
),
|
||||||
color = textColor,
|
color = textColor,
|
||||||
fontSize = 16.sp
|
fontSize = 18.sp,
|
||||||
)
|
)
|
||||||
|
|
||||||
// Humidity info
|
// Humidity info
|
||||||
@ -159,7 +159,7 @@ internal fun WeatherDetailsCard(
|
|||||||
currentWeatherForecast.humidity
|
currentWeatherForecast.humidity
|
||||||
),
|
),
|
||||||
color = textColor,
|
color = textColor,
|
||||||
fontSize = 16.sp
|
fontSize = 18.sp,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user