🟫 types.ts

This commit is contained in:
nirholas
2026-03-31 10:22:39 +00:00
parent 2d0fa2fcec
commit b64535c1b5

View File

@@ -146,3 +146,4 @@ export const RARITY_COLORS = {
epic: 'autoAccept',
legendary: 'warning',
} as const satisfies Record<Rarity, keyof import('../utils/theme.js').Theme>