mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-30 07:39:50 +00:00
Fix Dark Theme color for chip
This commit is contained in:
@ -21,7 +21,7 @@ fun ReleaseItemPreview() {
|
||||
@Preview
|
||||
@Composable
|
||||
fun CustomChipPrev() {
|
||||
AppTheme(blackTheme = false) {
|
||||
AppTheme(blackTheme = false, darkTheme = true) {
|
||||
CustomChip(text = "Test Chip")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user