John O'Reilly
08/02/2023, 12:50 PMDima Avdeev
08/02/2023, 2:31 PMJohn O'Reilly
08/02/2023, 2:59 PMMaterialTheme.typography value be
Text(session.title).font(.title)John O'Reilly
08/02/2023, 3:02 PMletterSpacing to make appearance more similar. But not sure if that's needed now in 1.5.0-beta01 with https://github.com/JetBrains/compose-multiplatform-core/pull/552 ?
Text(text = session.title, style = MaterialTheme.typography.h6.copy(letterSpacing = 0.sp))John O'Reilly
08/02/2023, 3:03 PM