icon color and size tweaks
This commit is contained in:
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user