diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 2891ba1a7..d6d36a231 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -19,6 +19,10 @@ text-align: center; font-size: 170%; } + +#targetSelection h1 i { +font-size: 80%; +} #targetSelection #targets { margin: .4em auto; /* For the checkbox that will appear */ diff --git a/source/components/TargetSelection.js b/source/components/TargetSelection.js index 2fa998c78..079b43d30 100644 --- a/source/components/TargetSelection.js +++ b/source/components/TargetSelection.js @@ -39,20 +39,29 @@ export default class TargetSelection extends Component { } render() { - let { targets, conversationTargetNames } = this.props + let { targets, conversationTargetNames, colours } = this.props this.firstEstimationComplete = this.state.activeInput && targets.length > 0 return (