Skip to content

Commit

Permalink
chore: change font, fix snapshot error (false positive)
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Sep 28, 2020
1 parent d56d1c6 commit 13a9fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default create({
appBorderRadius: 4,

// Typography
fontBase: '"Open Sans", sans-serif',
fontBase: '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Open Sans", sans-serif',
fontCode: 'monospace',

// Text colors
Expand Down
3 changes: 2 additions & 1 deletion tests/unit/__snapshots__/vue-paycard.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ exports[`When I create the VuePaycard component should match default component s
</label>
<div class="card-item__date"><label for="v-card-month" aria-label="Expiration date" class="card-item__dateTitle">Expires</label> <label for="v-card-month" aria-label="Card month" class="card-item__dateItem"><span name="slide-fade-up">MM</span></label>
/
<label for="v-card-year" aria-label="Card year" class="card-item__dateItem"><span name="slide-fade-up">YY</span></label></div>
<label for="v-card-year" aria-label="Card year" class="card-item__dateItem"><span name="slide-fade-up">YY</span></label>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 13a9fef

Please sign in to comment.