We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3678f3c commit c04cfb3Copy full SHA for c04cfb3
presentaion/src/main/java/com/example/presentaion/view/MainScreen.kt
@@ -82,7 +82,7 @@ private fun InputContent(
82
colors = ButtonDefaults.buttonColors(backgroundColor = Color.Blue)
83
) {
84
Icon(imageVector = Icons.Filled.Send, contentDescription = "", tint = Color.White)
85
- Text(text = "Start", color = Color.White, fontSize = 20.sp)
+ Text(text = "Create Room", color = Color.White, fontSize = 20.sp)
86
}
87
Spacer(modifier = Modifier.padding(vertical = 10.dp))
88
Button(modifier = Modifier
0 commit comments