[FIX] theme_*: use correct header SCSS variable

This commit fixes the "Contact" header and the "default" header that
were not displaying correctly (in related themes) in the web editor
panel as expected.

task-2713578

closes odoo/design-themes#557

X-original-commit: f403f252bc
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
xlu-odoo
2021-12-13 15:57:24 +00:00
parent 93e2ca6de4
commit 3bb934b4e3
4 changed files with 4 additions and 4 deletions
@@ -128,7 +128,7 @@ $o-website-values-palettes: (
'navbar-font': 'Montserrat',
'buttons-font': 'Montserrat',
'link-underline': 'never',
'header-template': 'template_header_default',
'header-template': 'default',
'footer-template': 'descriptive',
),
);