CustomButton

fun CustomButton(modifier: Modifier = Modifier, onClick: () -> Unit, text: String = "", buttonColor: Color, contentColor: Color, shape: Shape, textStyle: TextStyle? = MaterialTheme.typography.labelSmall, fontWeight: FontWeight)