update: gemini fixes

This commit is contained in:
Yordan Simeonov
2025-10-29 20:50:21 +11:00
parent 04a44bad7b
commit 9725d8bff1
23 changed files with 473 additions and 647 deletions

View File

@@ -1,3 +1,14 @@
export const Colors = {
background: 'hsl(221, 39%, 11%)',
header: 'hsl(221, 39%, 12%)',
card: 'hsl(221, 39%, 8%)',
border: 'hsl(221, 39%, 15%)',
text: 'white',
textSecondary: 'hsl(0, 0%, 60%)',
primary: '#199edb',
red: 'red',
};
export type ShowDetailColors = {
tabColor: string;
seasonColor: string;