Skip to content

Commit

Permalink
fix(gatsby-theme-docz): remove typo from the theme styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmaswell authored and rakannimer committed Nov 28, 2019
1 parent a417253 commit a25da88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/src/theme/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const styles = {
py: 3,
px: 4,
bg: 'blockquote.bg',
borderLeft: t => `5px solid ${t.colors.blockquote.boder}`,
borderLeft: t => `5px solid ${t.colors.blockquote.border}`,
color: 'blockquote.color',
fontStyle: 'italic',
'> p': {
Expand Down
3 changes: 1 addition & 2 deletions dev-env/basic/src/last-change-timestamp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

// Automatically generated do not edit
const timestamp = 1568836075448
export default timestamp

export default timestamp

0 comments on commit a25da88

Please sign in to comment.