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

This avoids compose snackbar text color issue
This commit is contained in:
Ivan Iskandar
2022-06-16 22:37:57 +07:00
committed by GitHub
parent 017f6b22f0
commit 4ef337f1e9
2 changed files with 12 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ fun TachiyomiTheme(content: @Composable () -> Unit) {
val (colorScheme, typography) = createMdc3Theme(
context = context,
layoutDirection = layoutDirection,
setTextColors = true,
)
MaterialTheme(