Skip to content

Commit

Permalink
Merge pull request #333 from GusBaamonde/shopify_button_sizes
Browse files Browse the repository at this point in the history
fix: change shopify button sizes
  • Loading branch information
GusBaamonde authored Aug 1, 2019
2 parents 6e09077 + 1cc20a5 commit 58986ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Integrations/Shopify/Shopify.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Shopify = ({ intl, dependencies: { shopifyClient } }) => {
</div>
</div>
<footer className="dp-integration__actions">
<button type="button" className="dp-button button-big primary-grey">
<button type="button" className="dp-button button-medium primary-grey">
{_('common.back')}
</button>
</footer>
Expand Down Expand Up @@ -151,7 +151,7 @@ const Shopify = ({ intl, dependencies: { shopifyClient } }) => {
</div>
<a
href={_('shopify.admin_apps_url', { shopName: shop.shopName })}
className="dp-button button-big primary-green"
className="dp-button button-medium primary-green"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -190,13 +190,13 @@ const Shopify = ({ intl, dependencies: { shopifyClient } }) => {
<footer className="dp-integration__actions">
<a
href={_('common.control_panel_url')}
className="dp-button button-big primary-grey"
className="dp-button button-medium primary-grey"
>
{_('common.back')}
</a>
<a
href={_('shopify.connect_url')}
className="dp-button button-big primary-green"
className="dp-button button-medium primary-green"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 58986ea

Please sign in to comment.