Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a47bdc4 authored by Davor Poznič's avatar Davor Poznič
Browse files

Removed modifier from InputLayout since it's not even used.

parent 9530e3d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ fun TextInput(
    keyboardOptions: KeyboardOptions = KeyboardOptions.Default,
) {
    InputLayout(
        modifier = Modifier,
        contentPadding = contentPadding,
        errorMessage = errorMessage,
    ) {