feat(header): update category button padding and header background color to use CSS variable

This commit is contained in:
2026-08-12 09:11:49 -03:00
parent 23a5ac32cc
commit 28ed5d71b2
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@
<div class="store-layout__category-menu">
<button
type="button"
class="btn btn-link d-inline-flex align-items-center gap-2 px-0 py-2 text-uppercase fw-bold text-decoration-none store-layout__category-trigger"
class="btn btn-link d-inline-flex align-items-center gap-2 px-0 py-3 text-uppercase fw-bold text-decoration-none store-layout__category-trigger"
aria-label="Categorias"
aria-controls="store-category-dropdown"
[attr.aria-expanded]="isCategoryDropdownOpen()"

View File

@@ -1,6 +1,6 @@
.store-layout__header {
color: #ffffff;
background-color: transparent;
background-color: var(--tenant-header-bg);
}
.store-layout__header-main {