Skip to content

Commit

Permalink
Update error padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jan 5, 2025
1 parent cf70410 commit 45d4709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal fun ErrorAudioBar(

Text(
text = stringResource(id = state.messageResource),
modifier = Modifier.padding(horizontal = 8.dp)
modifier = Modifier.padding(horizontal = 12.dp)
)
}
}
Expand Down

0 comments on commit 45d4709

Please sign in to comment.