Fixed directory text input shape on clone dialog

This commit is contained in:
Abdelilah El Aissaoui 2023-04-03 17:15:17 +02:00
parent 668cfe7e70
commit 3b248f10eb
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -144,7 +144,6 @@ private fun CloneInput(
directory = it directory = it
cloneViewModel.directory = directory cloneViewModel.directory = directory
}, },
textFieldShape = RoundedCornerShape(topStart = 4.dp, bottomStart = 4.dp)
) )
IconButton( IconButton(