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