Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hursey013 committed Aug 9, 2024
1 parent 9c8b7df commit 94b4765
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
32 changes: 0 additions & 32 deletions __tests__/components/uswds/Header.test.js

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/stylesheets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ input[type='search']::-webkit-search-results-decoration {
padding-right: 0;

&.usa-current {
@include u-text('primary');
font-weight: 700;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/uswds/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function Header() {
</div>
<nav
aria-label="Primary navigation"
className={`usa-nav border-bottom border-base-light ${isVisible ? 'is-visible' : ''}`}
className={`usa-nav border-bottom border-primary ${isVisible ? 'is-visible' : ''}`}
>
<button
type="button"
Expand Down

0 comments on commit 94b4765

Please sign in to comment.