Skip to content

Commit

Permalink
add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 15, 2020
1 parent 08c04da commit ddb831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/default-theme/DefaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function ObjectEntryLabel({ objectKey, objectValue }) {

return (
<React.Fragment>
{objectKey}:
{`${objectKey}: `}
<span className={clsx('token', tokenType)}>
{includeColorSample && (
<svg
Expand Down

0 comments on commit ddb831e

Please sign in to comment.