We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c09cf9 commit 185bd89Copy full SHA for 185bd89
1 file changed
src/data/tiers.ts
@@ -45,7 +45,7 @@ export const TIER_INFO: Record<Tier, TierInfo> = {
45
drive: 'researchcube:metadata_elaborate',
46
cube: 'researchcube:cube_precise',
47
maxRecipes: 12,
48
- color: '#F59E0B',
+ color: '#8B5CF6',
49
},
50
FLAWLESS: {
51
name: 'FLAWLESS',
@@ -54,7 +54,7 @@ export const TIER_INFO: Record<Tier, TierInfo> = {
54
drive: 'researchcube:metadata_cybernetic',
55
cube: 'researchcube:cube_flawless',
56
maxRecipes: 16,
57
- color: '#8B5CF6',
+ color: '#F59E0B',
58
59
SELF_AWARE: {
60
name: 'SELF_AWARE',
0 commit comments