Skip to content

Commit

Permalink
chore(ui): use color icon token for header components (ENG-58153)
Browse files Browse the repository at this point in the history
  • Loading branch information
echristie-bc committed Dec 12, 2024
1 parent df48c1e commit 1831a45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/header/AppShellIcon.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@import '~@bluecateng/pelagos/less/spacing';

.AppShellIcon {
color: var(--icon-on-color);
color: var(--icon-interactive);
align-items: center;
justify-content: center;
height: @sp-40;
Expand Down
4 changes: 2 additions & 2 deletions src/header/Header.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.SideNavMenu__hamburgerIcon {
.Hamburger {
color: @white;
color: var(--icon-interactive);
}
}

Expand All @@ -32,7 +32,7 @@

&__topNav {
width: 100%;
height: 48px;
height: @sp-48;
display: flex;
z-index: 2;
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion src/header/HeaderAuthentication.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

&__linkIcon {
color: @white;
color: var(--icon-interactive);
}

& > span::before {
Expand Down
4 changes: 4 additions & 0 deletions stories/Header.stories.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
.SideNavMenu__nav {
height: 200px !important;
}

.PageContentShell--leftNavIsOpen {
margin-left: 0;
}

0 comments on commit 1831a45

Please sign in to comment.