-
-
Save mbrookes/8a4afc28d450853cdc7484432ea9b839 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: src/styles/createPalette.js:119 | |
119: addLightOrDark(primary, 'light', '300'); | |
^^^^^^^ primary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `300`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Error: src/styles/createPalette.js:119 | |
119: addLightOrDark(primary, 'light', '300'); | |
^^^^^^^ primary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `700`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Error: src/styles/createPalette.js:119 | |
119: addLightOrDark(primary, 'light', '300'); | |
^^^^^^^ primary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `A200`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Error: src/styles/createPalette.js:119 | |
119: addLightOrDark(primary, 'light', '300'); | |
^^^^^^^ primary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `A700`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Error: src/styles/createPalette.js:126 | |
126: addLightOrDark(secondary, 'light', 'A200'); | |
^^^^^^^^^ secondary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `300`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Error: src/styles/createPalette.js:126 | |
126: addLightOrDark(secondary, 'light', 'A200'); | |
^^^^^^^^^ secondary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `700`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Error: src/styles/createPalette.js:126 | |
126: addLightOrDark(secondary, 'light', 'A200'); | |
^^^^^^^^^ secondary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `A200`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Error: src/styles/createPalette.js:126 | |
126: addLightOrDark(secondary, 'light', 'A200'); | |
^^^^^^^^^ secondary | |
106: intent[direction] = intent[shade]; | |
^^^^^ property `A700`. Property not found in | |
106: intent[direction] = intent[shade]; | |
^^^^^^ object literal | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment