Update Mic icon in the composer bar. Closes #6443
This commit is contained in:
parent
0db903a10f
commit
54de64efd5
2 changed files with 4 additions and 1 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