defaultOtherStyle
fun defaultOtherStyle(isInDarkMode: Boolean, typography: StreamTypography = StreamTypography.defaultTypography(), colors: StreamColors = when (isInDarkMode) {
true -> StreamColors.defaultDarkColors()
else -> StreamColors.defaultColors()
}, shapes: StreamShapes = StreamShapes.defaultShapes()): QuotedMessageStyle
Builds the default quoted message style for other users' messages.
Returns a QuotedMessageStyle instance holding our default theming.