Skip to content

Commit

Permalink
fix: used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Nov 7, 2024
1 parent 8db89f4 commit ce65794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/chips/chip.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class _ZetaChipState extends State<ZetaChip> {
child: (selected
? ZetaIcon(
ZetaIcons.check_mark,
color: states.contains(WidgetState.disabled) ? colors.iconDisabled : colors.iconInverse,
color: disabled ? colors.iconDisabled : colors.iconInverse,
)
: const Nothing()),
)
Expand Down

0 comments on commit ce65794

Please sign in to comment.