Merge branch 'frontend/fix-name' into 'main'

fix: not full name of app in unique button

See merge request EmmaVandewalle/writand!30
This commit is contained in:
Robin Meersman 2024-07-25 10:36:34 +00:00
commit 937c42ba57

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.
*/
@Composable
fun WritandButton(
fun WButton(
text: String,
onClick: () -> Unit,
enabled: Boolean = true