Skip to content

Commit

Permalink
[base] use base font-family as default (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmeow committed Aug 27, 2019
1 parent 0938d45 commit 39f6793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/base/src/styles/body.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

:global(body#sanityBody) {
font-family: var(--font-family-sans-serif);
font-family: var(--font-family-base);
line-height: var(--line-height-base);
color: var(--text-color);
background-color: var(--body-bg);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

.datepicker {
composes: shadow-12dp from 'part:@sanity/base/theme/shadows-style';
font-family: var(--font-family-sans-serif);
font-family: var(--font-family-base);
border: 0;

@nest & :global(.react-datepicker__current-month) {
Expand Down

0 comments on commit 39f6793

Please sign in to comment.