Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit 999ab9d

Browse files
authored
Merge pull request #1363 from openlattice/task/APPS-3044-nav-tab-color-update-for-contrast
Make NavTab Color Darker for Accessibility Contrast
2 parents 057cf38 + 763b51a commit 999ab9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layout/src/components/App/styled/NavigationWrapper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const NavigationWrapper = styled.nav`
1919
> a {
2020
align-items: center;
2121
border-bottom: 3px solid transparent;
22-
color: ${NEUTRAL.N500};
22+
color: ${NEUTRAL.N600};
2323
display: flex;
2424
font-size: 12px;
2525
font-weight: normal;
@@ -42,7 +42,7 @@ const NavigationWrapper = styled.nav`
4242
}
4343
4444
&:hover {
45-
border-bottom: 3px solid ${NEUTRAL.N500};
45+
border-bottom: 3px solid ${NEUTRAL.N600};
4646
color: ${NEUTRAL.N700};
4747
cursor: pointer;
4848
}

0 commit comments

Comments
 (0)