Improve click behavior on room timeline title. #3063

This commit is contained in:
Benoit Marty 2024-06-21 10:22:43 +02:00 committed by Benoit Marty
parent c7dd2d5b6e
commit 6a1304a252
2 changed files with 8 additions and 2 deletions

View file

@ -58,6 +58,7 @@ fun IconTitlePlaceholdersRowMolecule(
PlaceholderAtom(width = 20.dp, height = 7.dp)
Spacer(modifier = Modifier.width(7.dp))
PlaceholderAtom(width = 45.dp, height = 7.dp)
Spacer(modifier = Modifier.width(8.dp))
}
}