Skip to content

Commit

Permalink
fix: changed parens
Browse files Browse the repository at this point in the history
  • Loading branch information
mlizchap committed Mar 13, 2020
1 parent 4d753cd commit 08c04da
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 @@ -78,7 +78,7 @@ function ObjectEntryLabel({ objectKey, objectValue }) {

const includeColorSample =
(label.includes('#') ||
label.includes('rgba')) && !label.includes('rgba(0, 0, 0, ') && !label.includes('rgba(0,0,0'));
label.includes('rgba')) && !label.includes('rgba(0, 0, 0, ') && !label.includes('rgba(0,0,0');

return (
<React.Fragment>
Expand Down

0 comments on commit 08c04da

Please sign in to comment.