Skip to content

Commit 4852439

Browse files
committed
fix: hamburger-button color
1 parent 08037f6 commit 4852439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/blog/layouts/ui-layouts/src/lib/header/components/header-hamburger.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import { FastSvgComponent } from '@push-based/ngx-fast-svg';
1919
@if (isOpened()) {
2020
<fast-svg name="cross" />
2121
} @else {
22-
<div class="h-1 w-full rounded bg-white"></div>
23-
<div class="h-1 w-full rounded bg-white"></div>
24-
<div class="h-1 w-full rounded bg-white"></div>
22+
<div class="bg-al-primary-foreground h-1 w-full rounded"></div>
23+
<div class="bg-al-primary-foreground h-1 w-full rounded"></div>
24+
<div class="bg-al-primary-foreground h-1 w-full rounded"></div>
2525
}
2626
</button>
2727
`,

0 commit comments

Comments
 (0)