diff --git a/src/components/MatchdaySelector/MatchdaySelectorStyle.tsx b/src/components/MatchdaySelector/MatchdaySelectorStyle.tsx index 93a3e0e..3608045 100644 --- a/src/components/MatchdaySelector/MatchdaySelectorStyle.tsx +++ b/src/components/MatchdaySelector/MatchdaySelectorStyle.tsx @@ -9,6 +9,7 @@ export const MatchdaySelectorStyle = styled.div` display: flex; align-items: center; justify-content: space-between; + color: black; `; export const ButtonStyle = styled.a` diff --git a/src/pages/Points/Points.tsx b/src/pages/Points/Points.tsx index 0aa8d53..8446408 100644 --- a/src/pages/Points/Points.tsx +++ b/src/pages/Points/Points.tsx @@ -189,15 +189,17 @@ export const _TeamPoints = (props: AbstractTeamType) => { { (initializedExternally && visibleWeekId && - - props.onDayChange(false)} - onNext={(e: any) => props.onDayChange(true)} - /> + + + props.onDayChange(false)} + onNext={(e: any) => props.onDayChange(true)} + /> + ) || null