forked from Writand/writand
fix: not full name of app in unique button
This commit is contained in:
parent
921a547cf2
commit
6aef2fefdc
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