icon color and size tweaks

This commit is contained in:
Garret Patti
2026-04-12 12:41:42 -04:00
parent d3e1bf049b
commit 080cc011b9
2 changed files with 12 additions and 10 deletions

View File

@@ -18,10 +18,10 @@ const PLATFORM_LABELS: Record<GamePlatform, string> = {
android: 'AND',
}
const PLATFORM_COLORS: Record<GamePlatform, string> = {
windows: '#0078d4',
linux: '#e95420',
macos: '#6e6e73',
android: '#10b981',
windows: '#85c0ec',
linux: '#efd27b',
macos: '#b0b0b7',
android: '#9ee0ca',
}
const PLATFORM_ICONS: Record<GamePlatform, string> = {