align icon inputs

This commit is contained in:
Barry Gitarts 2019-08-28 11:19:19 -04:00 committed by Barry G
parent cd1f273c70
commit 7638e93c73
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ const styles = () => ({
gridColumnEnd: 2
},
textField: {
gridColumnStart: 2,
gridColumnStart: 3,
gridColumnEnd: 13
}
})

View File

@ -26,7 +26,6 @@ import { errorStrings } from '../../constants/errors'
const { addProject } = LiquidPledging.methods
const { TOO_LONG, REQUIRED } = errorStrings
const hoursToSeconds = hours => hours * 60 * 60
@ -255,7 +254,6 @@ const SubmissionSection = ({ classes, history }) => {
const { firstHalf, secondHalf, fullWidth } = classes
const { goalToken, goal } = values
const usdValue = convertTokenAmountUsd(goalToken, goal, prices)
console.log({errors, touched})
return (
<form onSubmit={handleSubmit} className={classes.submissionRoot}>
<div className={classnames(firstHalf, {