StandardText
fun StandardText(text: String, modifier: Modifier = Modifier, color: Color = Color.Black, typography: AirwallexTypography = AirwallexTypography.Body100, textAlign: TextAlign? = null, overflow: TextOverflow = TextOverflow.Clip, maxLines: Int = Int.MAX_VALUE)
fun StandardText(@StringRes textRes: Int, modifier: Modifier = Modifier, color: Color = Color.Black, typography: AirwallexTypography = AirwallexTypography.Body100, textAlign: TextAlign? = null, overflow: TextOverflow = TextOverflow.Clip, maxLines: Int = Int.MAX_VALUE)