Fix duplicate usage of a modifier variable in TextInputBox (#4928)

This commit is contained in:
Jorge Martin Espinosa 2025-06-24 16:57:20 +02:00 committed by GitHub
parent a10734de02
commit e752323f37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -507,7 +507,7 @@ private fun TextInputBox(
val roundedCorners = textInputRoundedCornerShape(composerMode = composerMode)
Column(
modifier = modifier
modifier = Modifier
.clip(roundedCorners)
.border(0.5.dp, borderColor, roundedCorners)
.background(color = bgColor)