Skip to content

Commit

Permalink
fix(docz-components): typo boder -> border
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 2, 2019
1 parent c72c575 commit 1246b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docz-components/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const getTheme = (theme?: Theme) =>
py: 3,
px: 4,
bg: 'blockquote.bg',
borderLeft: (t: Theme) => `5px solid ${t.colors.blockquote.boder}`,
borderLeft: (t: Theme) => `5px solid ${t.colors.blockquote.border}`,
color: 'blockquote.color',
fontStyle: 'italic',
'> p': {
Expand Down

0 comments on commit 1246b19

Please sign in to comment.