Skip to content

Commit 8e0b52b

Browse files
committed
fix: updated colors
1 parent 78af490 commit 8e0b52b

File tree

10 files changed

+15
-9
lines changed

10 files changed

+15
-9
lines changed

.changeset/tiny-parents-work.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@tanstack/cta-framework-react-cra': patch
3+
'@tanstack/cta-framework-solid': patch
4+
---
5+
6+
fix: Updated colors

frameworks/react-cra/add-ons/ai/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"modes": ["file-router"],
66
"type": "add-on",
77
"category": "tanstack",
8-
"color": "#00D1B2",
8+
"color": "#EC4899",
99
"priority": 60,
1010
"link": "",
1111
"routes": [

frameworks/react-cra/add-ons/db/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"phase": "add-on",
55
"type": "add-on",
66
"category": "tanstack",
7-
"color": "#00D1B2",
7+
"color": "#F97316",
88
"priority": 48,
99
"modes": ["file-router"],
1010
"link": "https://tanstack.com/db/latest",

frameworks/react-cra/add-ons/form/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"phase": "add-on",
55
"type": "add-on",
66
"category": "tanstack",
7-
"color": "#FACC15",
7+
"color": "#EAB308",
88
"priority": 44,
99
"modes": ["file-router", "code-router"],
1010
"link": "https://tanstack.com/form/latest",

frameworks/react-cra/add-ons/start/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"modes": ["file-router"],
77
"type": "add-on",
88
"category": "tanstack",
9-
"color": "#00D1B2",
9+
"color": "#14B8A6",
1010
"tailwind": false,
1111
"priority": 26,
1212
"warning": "TanStack Start is not yet at 1.0 and may change significantly or not be compatible with other add-ons.\nMigrating to Start might require deleting node_modules and re-installing.",

frameworks/react-cra/add-ons/store/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"link": "https://tanstack.com/store/latest",
66
"type": "add-on",
77
"category": "tanstack",
8-
"color": "#00D1B2",
8+
"color": "#B89A56",
99
"priority": 22,
1010
"modes": ["file-router", "code-router"],
1111
"routes": [

frameworks/react-cra/add-ons/table/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"link": "https://tanstack.com/table/latest",
77
"type": "add-on",
88
"category": "tanstack",
9-
"color": "#00D1B2",
9+
"color": "#06B6D4",
1010
"priority": 28,
1111
"routes": [
1212
{

frameworks/solid/add-ons/form/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"modes": ["file-router", "code-router"],
77
"type": "add-on",
88
"category": "tanstack",
9-
"color": "#FACC15",
9+
"color": "#EAB308",
1010
"routes": [
1111
{
1212
"url": "/demo/form",

frameworks/solid/add-ons/start/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"modes": ["file-router"],
77
"type": "add-on",
88
"category": "tanstack",
9-
"color": "#00D1B2",
9+
"color": "#14B8A6",
1010
"routes": [
1111
{
1212
"url": "/demo/start/server-funcs",

frameworks/solid/add-ons/store/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"modes": ["file-router", "code-router"],
66
"type": "add-on",
77
"category": "tanstack",
8-
"color": "#00D1B2",
8+
"color": "#B89A56",
99
"link": "https://tanstack.com/store/latest",
1010
"routes": [
1111
{

0 commit comments

Comments
 (0)