Fix duplicate usage of a modifier variable in TextInputBox (#4928)
This commit is contained in:
committed by
GitHub
parent
407c7ed70a
commit
668d91062c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user