We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5245f2d commit 5ebfe32Copy full SHA for 5ebfe32
web/src/pages/Courts/CourtDetails/Stats.tsx
@@ -69,9 +69,10 @@ const TimeSelectorContainer = styled(TimeDisplayContainer)`
69
`;
70
71
const StyledAllTimeText = styled.p`
72
- color: ${({ theme }) => theme.secondaryText};
+ color: ${({ theme }) => theme.primaryText};
73
margin: 0;
74
font-size: 14px;
75
+ font-weight: 600;
76
77
78
const StyledChartIcon = styled(ChartIcon)`
@@ -98,6 +99,12 @@ const StyledCard = styled.div`
98
99
100
const StyledDropdownSelect = styled(DropdownSelect)`
101
margin-right: 16px;
102
+ small {
103
104
+ }
105
+ svg {
106
+ fill: ${({ theme }) => theme.primaryText};
107
108
109
110
function beautifyStatNumber(value: number): string {
0 commit comments