src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt [169:180]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val scrollState = rememberLazyListState() HorizontallyScrollableContainer( modifier = Modifier.fillMaxWidth().safeContentPadding(), scrollState = scrollState, ) { LazyRow( state = scrollState, modifier = Modifier .fillMaxWidth(), horizontalArrangement = Arrangement.spacedBy(8.dp), ) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt [528:538]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val scrollState = rememberLazyListState() HorizontallyScrollableContainer( modifier = Modifier.fillMaxWidth().safeContentPadding(), scrollState = scrollState, ) { LazyRow( state = scrollState, modifier = Modifier .fillMaxWidth(), horizontalArrangement = Arrangement.spacedBy(8.dp), ) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -