We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f0d2d commit 092a016Copy full SHA for 092a016
components/src/main/java/com/ifeel/components/ui/components/common/chip/Chip.kt
@@ -88,7 +88,7 @@ fun IfeelFilterChip(
88
}
89
90
@Composable
91
-private fun getFilterChipColor(selected: Boolean) = if (selected) Color.White else color_text_500
+private fun getFilterChipColor(selected: Boolean) = if (selected) Color.White else color_text_600
92
93
/**
94
* Displays a suggestion chip with a text label that is disabled and non-interactive.
0 commit comments