mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
theme header
This commit is contained in:
parent
cc38022358
commit
aef3c2e8d9
@ -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…
x
Reference in New Issue
Block a user