theme?: {
colorPrimary?: string;
colorTeamsHome?: string;
colorTeamsAway?: string;
colorWarn?: string;
colorError?: string;
colorSuccess?: string;
}
theme={{
colorPrimary: '#0091ff',
colorTeamsHome: '#1bda02',
colorTeamsAway: '#ffa200',
}}
theme={{
colorPrimary: '#e0eb11',
colorTeamsHome: '#ff0088',
colorTeamsAway: '#00daa0',
}}
theme={{
colorPrimary: '#ff00ff',
colorTeamsHome: '#ffff00',
colorTeamsAway: '#ff0000',
}}