[Manatoki] Fixed tag not visible on MangaListingBottomSheet
This commit is contained in:
@@ -182,7 +182,8 @@ fun MangaListingBottomSheet(
|
||||
Text(
|
||||
it,
|
||||
style = MaterialTheme.typography.caption,
|
||||
modifier = Modifier.padding(4.dp)
|
||||
modifier = Modifier.padding(4.dp),
|
||||
color = Color.Black
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user