Fix duplicate usage of a modifier variable in TextInputBox (#4928)
This commit is contained in:
parent
a10734de02
commit
e752323f37
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue