Partho Paul
03/07/2022, 2:50 PMval themeStyles = object : StyleSheet("ComponentStyles", isStatic = true) {
val toolbar by css {
toolbarJsCssToPartialCss(theme.mixins.toolbar)
}
}
But I'm not able to figure out the alternative approach for kotlin-mui. Is there anything trivial which I'm missing?
TIAturansky
03/07/2022, 11:01 PM