mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix blur and make window size be remembered
This commit is contained in:
@@ -681,7 +681,12 @@ fun ListItem(
|
||||
),
|
||||
contentAlignment = Alignment.Center
|
||||
) {
|
||||
leadingContent()
|
||||
// Material list leadingIconColor default: onSurfaceVariant
|
||||
CompositionLocalProvider(
|
||||
LocalContentColor provides MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
) {
|
||||
leadingContent()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user