Skip to content

Commit 14f003b

Browse files
authored
Merge pull request #23 from vega-ui/changed-smoke-1000
feat: 🎸 added smoke-1000 color
2 parents 8d5928b + c33f797 commit 14f003b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/slick-deer-speak.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@vega-ui/tokens": patch
3+
"@vega-ui/react-native": patch
4+
---
5+
6+
Changed smoke-1000 color

packages/tokens/src/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export const colors = {
404404
850: '#3B404B',
405405
900: '#2F353F',
406406
950: '#21262D',
407-
1000: '#0E0E0E',
407+
1000: '#1A1D23',
408408
},
409409

410410
black: '#000000',

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"js"
1313
],
1414
"scripts": {
15-
"build": "tsup",
15+
"build": "NODE_OPTIONS='--max-old-space-size=16384' tsup",
1616
"dev": "tsup --watch",
1717
"test": "jest",
1818
"clean": "rm -rf node_modules"

0 commit comments

Comments
 (0)