From e57b27d8a1b14ef3d9b851959052e85ebb801bc6 Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 1 Mar 2018 15:32:14 +0100 Subject: [PATCH] Etape d'affinage des objectifs --- source/components/BlueButton.js | 3 +- source/components/TargetSelection.css | 2 + source/components/TargetSelection.js | 120 ++++++++++++++------------ source/reducers.js | 1 + 4 files changed, 70 insertions(+), 56 deletions(-) diff --git a/source/components/BlueButton.js b/source/components/BlueButton.js index d4a07c900..b89e804a2 100644 --- a/source/components/BlueButton.js +++ b/source/components/BlueButton.js @@ -4,9 +4,10 @@ import { connect } from 'react-redux' export default connect(state => ({ themeColours: state.themeColours -}))(({ themeColours, children, disabled, style }) => ( +}))(({ themeColours, children, disabled, style, onClick }) => (