Skip to content

Commit eddaff0

Browse files
committed
fix: primary blue on accordion title on voting history tab
1 parent d9a06f5 commit eddaff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/Cases/CaseDetails/Voting/VotesDetails/AccordionTitle.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const StyledA = styled.a`
4646
text-decoration: underline;
4747
label {
4848
cursor: pointer;
49-
color: ${({ theme }) => theme.secondaryBlue};
49+
color: ${({ theme }) => theme.primaryBlue};
5050
}
5151
}
5252
`;

0 commit comments

Comments
 (0)