update: gemini fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user