//kit/healthstack.kit.theme/AppTheme

AppTheme

[androidJvm]\

@Composable

fun AppTheme(colors: AppColors = AppTheme.colors, typography: AppTypography = AppTheme.typography, shapes: Shapes = MaterialTheme.shapes, content: @Composable() -> Unit)