Skip to content

Commit

Permalink
fix(docz-theme-default): improve spacing on jsx attributes (#54)
Browse files Browse the repository at this point in the history
* improve spacing on jsx attributes

* remove extra space
  • Loading branch information
Swapnull authored and pedronauck committed Jun 18, 2018
1 parent b7fe341 commit 49fe0b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docz-theme-default/src/styles/prism-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ export const prismTheme = `
color: #ac9739;
}
.attr-value {
padding-right: 5px;
}
.token.statement,
.token.regex,
.token.atrule {
Expand Down

0 comments on commit 49fe0b8

Please sign in to comment.