Don't set text colors when creating compose theme (#7316)

This avoids compose snackbar text color issue

(cherry picked from commit 4ef337f1e9)
This commit is contained in:
Ivan Iskandar
2022-06-16 22:37:57 +07:00
committed by Jobobby04
parent cbb201d63d
commit 3c6b22a37e
2 changed files with 12 additions and 4 deletions
@@ -14,7 +14,6 @@ fun TachiyomiTheme(content: @Composable () -> Unit) {
val (colorScheme, typography) = createMdc3Theme(
context = context,
layoutDirection = layoutDirection,
setTextColors = true,
)
MaterialTheme(