CustomTextField

fun CustomTextField(value: String, onValueChange: (String) -> Unit, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, shape: Shape = RoundedCornerShape(spacing.extraSmall), isSingleLine: Boolean = true)