We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08037f6 commit 4852439Copy full SHA for 4852439
libs/blog/layouts/ui-layouts/src/lib/header/components/header-hamburger.component.ts
@@ -19,9 +19,9 @@ import { FastSvgComponent } from '@push-based/ngx-fast-svg';
19
@if (isOpened()) {
20
<fast-svg name="cross" />
21
} @else {
22
- <div class="h-1 w-full rounded bg-white"></div>
23
24
+ <div class="bg-al-primary-foreground h-1 w-full rounded"></div>
25
}
26
</button>
27
`,
0 commit comments