Skip to content

Commit d110f72

Browse files
committed
financial app work
1 parent 7727503 commit d110f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

financial/frontend-react/src/components/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const IconWrapper = styled.div`
6161
`;
6262

6363
const HighlightedText = styled.span`
64-
color: ${bankerAccent};
64+
color: ${bankerPanel}; // Use the bankerPanel (darker blue) for highlight
6565
font-weight: bold;
6666
background: none;
6767
display: inline;

0 commit comments

Comments
 (0)