Skip to content

Commit 6ca5fac

Browse files
committed
financial app work
1 parent 691478e commit 6ca5fac

File tree

6 files changed

+428
-326
lines changed

6 files changed

+428
-326
lines changed

financial/react-frontend/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: ${bankerPanel}; // Use the bankerPanel (darker blue) for highlight
64+
color: #e3f2fd; // Lighter blue for better visibility, still in theme
6565
font-weight: bold;
6666
background: none;
6767
display: inline;

0 commit comments

Comments
 (0)