https://developer.android.com/jetpack/compose/text
https://material.io/design/typography/the-type-system.html#type-scale
Box(Modifier.background(bgColor)) { Text( vm.doingItems[i].title, color = textColor, style = MaterialTheme.typography.h6 ) }
https://developer.android.com/jetpack/compose/text
https://material.io/design/typography/the-type-system.html#type-scale
Box(Modifier.background(bgColor)) { Text( vm.doingItems[i].title, color = textColor, style = MaterialTheme.typography.h6 ) }