Increase clickable area of playback speed button
This commit is contained in:
parent
1f0aa23bff
commit
32d2d312e9
1 changed files with 2 additions and 2 deletions
|
|
@ -204,8 +204,8 @@ private fun PlaybackSpeedButton(
|
||||||
color = ElementTheme.colors.bgCanvasDefault,
|
color = ElementTheme.colors.bgCanvasDefault,
|
||||||
shape = RoundedCornerShape(12.dp)
|
shape = RoundedCornerShape(12.dp)
|
||||||
)
|
)
|
||||||
.padding(horizontal = 8.dp, vertical = 4.dp)
|
.clickable(onClick = onClick)
|
||||||
.clickable(onClick = onClick),
|
.padding(horizontal = 8.dp, vertical = 4.dp),
|
||||||
contentAlignment = Alignment.Center,
|
contentAlignment = Alignment.Center,
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue