Skip to content

Commit 185bd89

Browse files
committed
fix(tiers): swap color values for PRECISE and FLAWLESS tiers
1 parent 9c09cf9 commit 185bd89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/tiers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const TIER_INFO: Record<Tier, TierInfo> = {
4545
drive: 'researchcube:metadata_elaborate',
4646
cube: 'researchcube:cube_precise',
4747
maxRecipes: 12,
48-
color: '#F59E0B',
48+
color: '#8B5CF6',
4949
},
5050
FLAWLESS: {
5151
name: 'FLAWLESS',
@@ -54,7 +54,7 @@ export const TIER_INFO: Record<Tier, TierInfo> = {
5454
drive: 'researchcube:metadata_cybernetic',
5555
cube: 'researchcube:cube_flawless',
5656
maxRecipes: 16,
57-
color: '#8B5CF6',
57+
color: '#F59E0B',
5858
},
5959
SELF_AWARE: {
6060
name: 'SELF_AWARE',

0 commit comments

Comments
 (0)