Hi, I'm looking to implement a custom typography s...
# compose
j
Hi, I'm looking to implement a custom typography scale that doesn't use the default param names h1, h2, caption, etc in
Typography
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
.