1 parent f30ff29 commit 1987236Copy full SHA for 1987236
1 file changed
src/lib/encounterUtils.ts
@@ -18,7 +18,7 @@ const jobColors: Record<string, JobColorInfo> = {
18
mnk: { roleColor: roleColor.melee, classColor: '#cca567' },
19
sam: { roleColor: roleColor.melee, classColor: '#ea916d' },
20
rpr: { roleColor: roleColor.melee, classColor: '#ac6ea5' },
21
- vpr: { roleColor: roleColor.melee, classColor: '#5aa96b' },
+ vpr: { roleColor: roleColor.melee, classColor: '#588a61' },
22
brd: { roleColor: roleColor.ranged, classColor: '#a8d887' },
23
mch: { roleColor: roleColor.ranged, classColor: '#55dac5' },
24
dnc: { roleColor: roleColor.ranged, classColor: '#e2b0af' },
0 commit comments