Add screen to render Spaces (they are not supported yet)

This commit is contained in:
Benoit Marty 2024-04-24 18:10:28 +02:00 committed by Benoit Marty
parent 132b4e87ea
commit 2c2bf7c687
10 changed files with 84 additions and 4 deletions

View file

@ -27,7 +27,7 @@ fun RoomPreviewSubtitleAtom(subtitle: String, modifier: Modifier = Modifier) {
Text(
modifier = modifier,
text = subtitle,
style = ElementTheme.typography.fontBodyLgRegular,
style = ElementTheme.typography.fontBodyMdRegular,
textAlign = TextAlign.Center,
color = ElementTheme.colors.textSecondary,
)