ComposeView: Highlight URLs, hashtags, and mentions
Highlight URLs, hashtags, and mentions in the compose text field with the primary theme color.
This changes the `OutlinedTextField` from using `TextFieldState` to a `MutableState<TextFieldValue>` in order to support `AnnotatedString` for styling.