🎨 uniformise le bouton passer

pull/439/head
Johan Girod 2019-01-31 17:35:45 +01:00
parent f228c04ed9
commit 06acb487ea
1 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
import HoverDecorator from 'Components/utils/HoverDecorator'
import withColours from 'Components/utils/withColours'
import { compose } from 'ramda'
import React, { Component } from 'react'
import { Trans, withNamespaces } from 'react-i18next'
import './IgnoreStepButton.css'
import HoverDecorator from 'Components/utils/HoverDecorator';
import withColours from 'Components/utils/withColours';
import { compose } from 'ramda';
import React, { Component } from 'react';
import { Trans, withNamespaces } from 'react-i18next';
import './IgnoreStepButton.css';
export default compose(
HoverDecorator,
@ -31,7 +31,7 @@ export default compose(
<button
className="ui__ small simple skip button"
onClick={this.props.action}>
<Trans>passer</Trans>
<Trans>passer</Trans>
</button>
<span
className="keyIcon"