Skip to content
Snippets Groups Projects
Commit 9a69b249 authored by Sebastian's avatar Sebastian Committed by Sebastian
Browse files

Remove comment about temporary changes to Login screen

parent b3f125e1
No related branches found
No related tags found
1 merge request!7Import upstream updates to UI
......@@ -31,7 +31,6 @@ fun Login(
modifier: Modifier = Modifier,
onResult: (result: String) -> Unit
) =
// All the changes in this file are be temporary -Paul, just changing colors so I can see the button and text field
Column(
modifier = modifier.padding(16.dp).fillMaxSize(),
verticalArrangement = Arrangement.Center,
......
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