StripeTheme
fun StripeTheme(colors: StripeColors = StripeTheme.getColors(isSystemInDarkTheme()), shapes: StripeShapes = StripeTheme.shapesMutable, typography: StripeTypography = StripeTheme.typographyMutable, content: @Composable () -> Unit)
Base Theme for Stripe Composables. CAUTION: This theme is mutable by merchant configurations. You shouldn't be passing colors, shapes, typography to this theme outside of tests.