diff --git a/src/components/games/GameDetailModal.tsx b/src/components/games/GameDetailModal.tsx index 5d857c0..43ba60a 100644 --- a/src/components/games/GameDetailModal.tsx +++ b/src/components/games/GameDetailModal.tsx @@ -19,10 +19,10 @@ const PLATFORM_LABELS: Record = { } const PLATFORM_COLORS: Record = { - windows: '#0078d4', - linux: '#e95420', - macos: '#6e6e73', - android: '#10b981', + windows: '#85c0ec', + linux: '#efd27b', + macos: '#b0b0b7', + android: '#9ee0ca', } interface Props { @@ -589,8 +589,9 @@ function DownloadButton({ onMouseLeave={(e) => ((e.currentTarget as HTMLElement).style.backgroundColor = 'var(--accent)')} > - - Download {primary.filename} + {primary.filename} + + ) } @@ -610,6 +611,7 @@ function DownloadButton({ {primary.filename} + {/* Divider */} diff --git a/src/components/games/GamesView.tsx b/src/components/games/GamesView.tsx index 0aadb07..a278d1b 100644 --- a/src/components/games/GamesView.tsx +++ b/src/components/games/GamesView.tsx @@ -18,10 +18,10 @@ const PLATFORM_LABELS: Record = { android: 'AND', } const PLATFORM_COLORS: Record = { - windows: '#0078d4', - linux: '#e95420', - macos: '#6e6e73', - android: '#10b981', + windows: '#85c0ec', + linux: '#efd27b', + macos: '#b0b0b7', + android: '#9ee0ca', } const PLATFORM_ICONS: Record = {