By the way, it works for me for other components from the organisms folder, but not with the navbar-brand molecure. Did I misunderstand something?
I encountered exactly the same issue with the same component navbar-brand. I use the replaces in the component file and added the line in webpack config, but both versions get included. What did we miss?
@duntuk, did you ever solve this?
Greetings
Did you manage to do this in any way? I'd be interested as well. For example an optional checkmark for "open end".
Okay, got it. Sorry for the noise.
Okay, I found out that the footer color is set in the page-footer organism inside the components. While it uses $primary, it's not recompiled if I don't override it, so it stays the shaded original $primary color. That makes sense.
However, following the guide in https://docs.varbase.vardot.com/10.0.x/developers/theme-development-with... I'm not able to override it.
I copied the organism folder, added replaces: 'varbase_components:footer' in the page-footer.component.yml and uncommented the corresponding line in webpack.config.components.js. However, even if I hardcode values in that component, they don't take effect, no matter how often I run yarn components:build or yarn theme:full-build or whatever.
Does anyone have any idea what else I could try?
scroogie → created an issue.