This commit is contained in:
nirholas
2026-03-31 10:26:23 +00:00
parent d55e4a852e
commit 8ba939ba68
58 changed files with 982 additions and 26 deletions

View File

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