fix: not full name of app in unique button

This commit is contained in:
EmmaVandewalle 2024-07-25 12:35:27 +02:00
parent 921a547cf2
commit 6aef2fefdc

View file

@ -18,7 +18,7 @@ import be.re.writand.ui.theme.MainGreen
* @param[enabled] boolean to express if the button is enabled to be clicked or not. * @param[enabled] boolean to express if the button is enabled to be clicked or not.
*/ */
@Composable @Composable
fun WritandButton( fun WButton(
text: String, text: String,
onClick: () -> Unit, onClick: () -> Unit,
enabled: Boolean = true enabled: Boolean = true