Merge pull request #3064 from element-hq/feature/bma/avatarClick

Improve click behavior on room timeline title
This commit is contained in:
Benoit Marty 2024-07-04 16:08:40 +02:00 committed by GitHub
commit 489c1f4dfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 6 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))
}
}