theme header
This commit is contained in:
parent
ea8dcd26d1
commit
f116134cb5
|
@ -110,7 +110,7 @@ export default function NavigationBar() {
|
|||
return (
|
||||
<HeaderContainer
|
||||
render={({ isSideNavExpanded, onClickSideNavExpand }: any) => (
|
||||
<Header aria-label="IBM Platform Name">
|
||||
<Header aria-label="IBM Platform Name" className="cds--g100">
|
||||
<SkipToContent />
|
||||
<HeaderMenuButton
|
||||
aria-label="Open menu"
|
||||
|
|
|
@ -3,3 +3,8 @@
|
|||
@use '@carbon/react';
|
||||
@use '@carbon/styles';
|
||||
// @include grid.flex-grid();
|
||||
|
||||
// @use '@carbon/react/scss/colors';
|
||||
// .cds--header, a.cds--header__menu-item {
|
||||
// background-color: colors.$gray-100;
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue