forked from Writand/writand
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:
commit
937c42ba57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue