Merge pull request #6517 from element-hq/feature/bma/compound10

Sync compound tokens https://github.com/element-hq/compound-design-tokens/releases/tag/v10.0.0
This commit is contained in:
Benoit Marty 2026-04-08 09:40:14 +02:00 committed by GitHub
commit e63a50b512
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
106 changed files with 209 additions and 201 deletions

View file

@ -747,7 +747,7 @@ private fun MessageEventBubbleContent(
}
Box(
modifier = talkbackCompatModifier
.border(1.dp, ElementTheme.colors.borderInteractiveSecondary, RoundedCornerShape(6.dp))
.border(1.dp, ElementTheme.colors.separatorPrimary, RoundedCornerShape(6.dp))
.background(ElementTheme.colors.bgCanvasDefault, RoundedCornerShape(6.dp))
.padding(4.dp)
) {

View file

@ -17,6 +17,7 @@ import androidx.compose.foundation.layout.size
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.outlined.Folder
import androidx.compose.material.icons.outlined.SubdirectoryArrowLeft
import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.MaterialTheme
@ -111,7 +112,7 @@ private fun ItemRow(
}
is Item.Folder -> {
ListItem(
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Folder())),
leadingContent = ListItemContent.Icon(IconSource.Vector(Icons.Outlined.Folder)),
headlineContent = {
Text(
text = item.name,