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 407c7ed70a
commit 668d91062c

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)