Merge branch 'develop' into feature/fga/live_location_sharing_setup
# Conflicts: # tests/uitests/src/test/snapshots/images/libraries.textcomposer_TextComposerReplyNotEncrypted_Day_8_en.png # tests/uitests/src/test/snapshots/images/libraries.textcomposer_TextComposerReplyNotEncrypted_Night_8_en.png # tests/uitests/src/test/snapshots/images/libraries.textcomposer_TextComposerReply_Day_8_en.png # tests/uitests/src/test/snapshots/images/libraries.textcomposer_TextComposerReply_Night_8_en.png
This commit is contained in:
commit
d707ad1c27
74 changed files with 148 additions and 145 deletions
|
|
@ -98,6 +98,9 @@ import kotlinx.coroutines.launch
|
|||
import uniffi.wysiwyg_composer.MenuAction
|
||||
import kotlin.time.Duration.Companion.seconds
|
||||
|
||||
/**
|
||||
* https://www.figma.com/design/G1xy0HDZKJf5TCRFmKb5d5/Compound-Android-Components?node-id=2012-39036
|
||||
*/
|
||||
@Composable
|
||||
fun TextComposer(
|
||||
state: TextEditorState,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ private fun StartButton(
|
|||
) {
|
||||
Icon(
|
||||
modifier = modifier.size(24.dp),
|
||||
imageVector = CompoundIcons.MicOn(),
|
||||
imageVector = CompoundIcons.MicOnSolid(),
|
||||
// Note: accessibility is managed in TextComposer.
|
||||
contentDescription = null,
|
||||
tint = ElementTheme.colors.iconSecondary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue