mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
14ff983da2
For each theme, there are files redefining the different website SCSS variables, in order for the color palettes, fonts, buttons,... to have the styles defined by them. These redefinitions are also used by the "Theme Options", to show the current values in the different widgets. In order for the primary buttons to be "outlined", the "Enark" theme set the `btn-primary-outline` variable to `'true'`. However, this value should be a boolean instead of a string. Indeed, since the option does not recognize the string value, the "Buttons Primary Style" widget therefore shows a "/" instead of "Outline", which is not correct. This commit fixes this by setting a boolean value. opw-3957157 closes odoo/design-themes#806 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>