diff --git a/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt b/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt index 1f0db7d..0347950 100644 --- a/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt +++ b/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt @@ -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, ) }