[Manatoki] Fixed tag not visible on MangaListingBottomSheet

This commit is contained in:
tom5079
2021-12-22 18:25:33 +09:00
parent 551b4cae80
commit 383baa900c
6 changed files with 12 additions and 69 deletions

View File

@@ -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
)
}
}