diff options
Diffstat (limited to 'ui/src/components/BottomBar.svelte')
| -rw-r--r-- | ui/src/components/BottomBar.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/BottomBar.svelte b/ui/src/components/BottomBar.svelte index 04d53de..b7bbf71 100644 --- a/ui/src/components/BottomBar.svelte +++ b/ui/src/components/BottomBar.svelte @@ -86,6 +86,7 @@ case 'fabric': return 'text-indigo-400'; case 'forge': return 'text-orange-400'; case 'snapshot': return 'text-amber-400'; + case 'modpack': return 'text-purple-400'; default: return 'text-emerald-400'; } } |