Skip to content

Commit

Permalink
Rename preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyandrew committed Nov 10, 2023
1 parent 41cc031 commit 97d7e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private fun StopButton(

@PreviewsDayNight
@Composable
internal fun RecordButtonPreview() = ElementPreview {
internal fun VoiceMessageRecorderButtonPreview() = ElementPreview {
Row {
VoiceMessageRecorderButton(isRecording = false)
VoiceMessageRecorderButton(isRecording = true)
Expand Down

0 comments on commit 97d7e16

Please sign in to comment.