fix: Remove padding so button is visible on smaller devices

This commit is contained in:
Myzel394 2024-01-06 16:56:52 +01:00
parent e9eb7089a9
commit f06264072e
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -132,7 +132,6 @@ fun StartRecording(
)
TextButton(
modifier = Modifier
.padding(16.dp)
.fillMaxWidth()
.height(BIG_PRIMARY_BUTTON_SIZE)
.semantics {