textShapeDefaultComponent

fun textShapeDefaultComponent(): ERROR CLASS: Symbol not found for Shape

Returns the Shape applied to text fields throughout the sample application.

Uses androidx.compose.foundation.shape.RoundedCornerShape with a 3.dp corner radius, giving fields a subtly rounded appearance. Border thickness (stroke width) is separate from the shape and must be configured at the call site — e.g. via Modifier.border(width, color, shape).