Skip to content

Commit

Permalink
Merge pull request #5 from vtex-apps/fix/ui
Browse files Browse the repository at this point in the history
Fix title margin
  • Loading branch information
Augusto authored Aug 23, 2019
2 parents 176a07b + f37323c commit 73b1e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Hot fix: title margin

## [0.2.1] - 2019-08-20

## [0.2.0] - 2019-08-19
Expand Down
4 changes: 2 additions & 2 deletions react/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Summary: StorefrontFunctionComponent<SummaryProps> = ({

return (
<div className="c-on-base">
<h5 className="t-heading-5 mt6 mb6">Summary</h5>
<h5 className="t-heading-5 mt6 mb5">Summary</h5>
<ExtensionPoint id="coupon" />

{totalizers.map(totalizer => (
Expand All @@ -52,7 +52,7 @@ const Summary: StorefrontFunctionComponent<SummaryProps> = ({
large
/>

<Button variation="primary" size="large" block>
<Button href="/checkout/#payment" variation="primary" size="large" block>
Checkout
</Button>
</div>
Expand Down

0 comments on commit 73b1e97

Please sign in to comment.