Влад Мигалатюк

Results 1 comments of Влад Мигалатюк

@elijah-semyonov is there any workaround to avoid transparent background for UIKitView and use compose theme color? Here is a code: ```@Composable fun SomeDialog() { Dialog { Scaffold(containerColor = MaterialTheme.colorScheme.background) {...