Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit a25da88

Browse files
Palmaswellrakannimer
authored andcommitted
fix(gatsby-theme-docz): remove typo from the theme styles
1 parent a417253 commit a25da88

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/gatsby-theme-docz/src/theme/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const styles = {
4343
py: 3,
4444
px: 4,
4545
bg: 'blockquote.bg',
46-
borderLeft: t => `5px solid ${t.colors.blockquote.boder}`,
46+
borderLeft: t => `5px solid ${t.colors.blockquote.border}`,
4747
color: 'blockquote.color',
4848
fontStyle: 'italic',
4949
'> p': {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

22
// Automatically generated do not edit
33
const timestamp = 1568836075448
4-
export default timestamp
5-
4+
export default timestamp

0 commit comments

Comments
 (0)