Minor cleanup

This commit is contained in:
Jobobby04
2022-12-01 14:23:35 -05:00
parent 51c5f29b25
commit 6579dddd87
2 changed files with 5 additions and 6 deletions
@@ -150,7 +150,7 @@ fun EhLoginWebViewScreen(
Box(
Modifier
.fillMaxSize()
.background(Color(0xb5000000))
.background(Color(0xb5000000)),
) {
Dialog(onDismissRequest = { showAdvancedOptions = false }) {
fun loadUrl(url: String) {