diff --git a/lib/src/components/chips/chip.dart b/lib/src/components/chips/chip.dart index 545edd73..b6cb8449 100644 --- a/lib/src/components/chips/chip.dart +++ b/lib/src/components/chips/chip.dart @@ -276,7 +276,7 @@ class _ZetaChipState extends State { child: (selected ? ZetaIcon( ZetaIcons.check_mark, - color: states.contains(WidgetState.disabled) ? colors.iconDisabled : colors.iconInverse, + color: disabled ? colors.iconDisabled : colors.iconInverse, ) : const Nothing()), )