$primary-medium SCSS variable problems

We stumbled onto this thread because of a similar issue, we solved it with a workaround by adding the following to the theme’s common css:

:root {
  --primary-medium: #666666;
}
1 Like