Skip to content

Commit 5ebfe32

Browse files
committed
feat: styling issues in stats section
1 parent 5245f2d commit 5ebfe32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

web/src/pages/Courts/CourtDetails/Stats.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ const TimeSelectorContainer = styled(TimeDisplayContainer)`
6969
`;
7070

7171
const StyledAllTimeText = styled.p`
72-
color: ${({ theme }) => theme.secondaryText};
72+
color: ${({ theme }) => theme.primaryText};
7373
margin: 0;
7474
font-size: 14px;
75+
font-weight: 600;
7576
`;
7677

7778
const StyledChartIcon = styled(ChartIcon)`
@@ -98,6 +99,12 @@ const StyledCard = styled.div`
9899

99100
const StyledDropdownSelect = styled(DropdownSelect)`
100101
margin-right: 16px;
102+
small {
103+
color: ${({ theme }) => theme.primaryText};
104+
}
105+
svg {
106+
fill: ${({ theme }) => theme.primaryText};
107+
}
101108
`;
102109

103110
function beautifyStatNumber(value: number): string {

0 commit comments

Comments
 (0)