Merge branch 'develop' into feature/bma/leaveSpace

This commit is contained in:
Benoit Marty 2025-09-26 15:46:57 +02:00 committed by GitHub
commit 0e3efafa6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
117 changed files with 2158 additions and 287 deletions

View file

@ -73,4 +73,6 @@ enum class AvatarSize(val dp: Dp) {
RoomPreviewInviter(56.dp),
SpaceMember(24.dp),
LeaveSpaceRoom(32.dp),
AccountItem(32.dp),
}