diff --git a/src/components/Lists/ProxiwashSectionHeader.js b/src/components/Lists/ProxiwashSectionHeader.js index 3eaaea5..48d1e0e 100644 --- a/src/components/Lists/ProxiwashSectionHeader.js +++ b/src/components/Lists/ProxiwashSectionHeader.js @@ -29,11 +29,14 @@ class ProxiwashListItem extends React.Component { (props.nbAvailable <= 1) ? i18n.t('proxiwashScreen.numAvailable') : i18n.t('proxiwashScreen.numAvailablePlural')); + const iconColor = props.nbAvailable > 0 + ? this.props.theme.colors.success + : this.props.theme.colors.primary; return (