Skip to content

Commit 092a016

Browse files
[IF-5555_5557-FIX] Deleted AsyncImageSvg() size build parameter
1 parent 84f0d2d commit 092a016

File tree

1 file changed

+1
-1
lines changed
  • components/src/main/java/com/ifeel/components/ui/components/common/chip

1 file changed

+1
-1
lines changed

components/src/main/java/com/ifeel/components/ui/components/common/chip/Chip.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fun IfeelFilterChip(
8888
}
8989

9090
@Composable
91-
private fun getFilterChipColor(selected: Boolean) = if (selected) Color.White else color_text_500
91+
private fun getFilterChipColor(selected: Boolean) = if (selected) Color.White else color_text_600
9292

9393
/**
9494
* Displays a suggestion chip with a text label that is disabled and non-interactive.

0 commit comments

Comments
 (0)