Skip to content
Snippets Groups Projects
Commit 3c449c8f authored by Sebastian's avatar Sebastian Committed by Mikolai Gütschow
Browse files

Remove fixed size for AddContactDialog

parent 1547b08e
No related branches found
No related tags found
1 merge request!79Resolve "Add Contact Dialog TextBox Visual Bug"
Pipeline #8933 passed
......@@ -5,7 +5,6 @@ import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.layout.width
import androidx.compose.material.AlertDialog
import androidx.compose.material.Button
......@@ -124,6 +123,5 @@ fun AddContactDialog(
Text("Cancel", color = MaterialTheme.colors.onSurface)
}
},
modifier = Modifier.size(600.dp, 300.dp),
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment