#21 change text in button
This commit is contained in:
parent
d03775000a
commit
1e359b9e37
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ fun AddSubjectButton(
|
|||
onClick: () -> Unit,
|
||||
) {
|
||||
Button(onClick = onClick) {
|
||||
Text(text = "Test Button")
|
||||
Text(text = "Add Subject")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue