We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94799d4 commit d528654Copy full SHA for d528654
1 file changed
ui/components/src/main/kotlin/com/getcode/ui/components/TextInput.kt
@@ -192,9 +192,7 @@ private fun DecoratorBox(
192
modifier = Modifier
193
.weight(1f)
194
.fillMaxHeight()
195
- .addIf(leadingIcon != null) {
196
- Modifier.padding(start = CodeTheme.dimens.staticGrid.x2)
197
- },
+ ,
198
contentAlignment = textFieldAlignment
199
) {
200
Box(modifier = Modifier.padding(contentPadding)) {
0 commit comments