mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-15 13:37:29 +01:00
Don't set text colors when creating compose theme (#7316)
This avoids compose snackbar text color issue
This commit is contained in:
@@ -14,7 +14,6 @@ fun TachiyomiTheme(content: @Composable () -> Unit) {
|
||||
val (colorScheme, typography) = createMdc3Theme(
|
||||
context = context,
|
||||
layoutDirection = layoutDirection,
|
||||
setTextColors = true,
|
||||
)
|
||||
|
||||
MaterialTheme(
|
||||
|
||||
Reference in New Issue
Block a user