This commit is contained in:
Jori Lallo
2017-11-07 23:17:20 -08:00
parent 01af3e8c36
commit 9516bea171

View File

@@ -138,7 +138,7 @@ class InlineForm extends React.Component {
onChange={onChange}
validationError={validationError}
/>
<Button type="submit" value={buttonLabel} size="small" />
<Button type="submit" value={buttonLabel} />
</Flex>
</form>
);