Justin
07/11/2021, 10:32 AMTypography
but my own default param names. I also want to pass this into my MaterialTheme
wrapper as the typography
parameter.
How would I go about doing this?
My first course of action is to take inspiration from Jetsnack
and use CompositionLocalProvider
although i'm unsure of any unknowns that prevent me from applying this approach for typography
.