Skip to content

Commit a2fda3a

Browse files
committed
Minor change
1 parent 2d37045 commit a2fda3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/karumi/shotconsumercompose/MainActivity.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MainActivity : AppCompatActivity() {
3131

3232
@Composable
3333
fun Greeting(name: String) {
34-
Text(text = "Hello $name!")
34+
Text(text = "Hello, $name")
3535
}
3636

3737
@Preview(showBackground = true)
@@ -46,4 +46,4 @@ fun DefaultPreview() {
4646
@Composable
4747
fun RoundedCornersBox() {
4848
Box(Modifier.background(color = Color(0xFF4E62FD), shape = RoundedCornerShape(size = 20.dp)).width(100.dp).height(100.dp))
49-
}
49+
}

0 commit comments

Comments
 (0)