Hi, do you have any solution for the problem with text variables in toolbar scss? Custom theme extends neutral theme. Everything works well except rules with text- prefix. There is already thread with this topic http://ift.tt/15c69k0 but looks like there is still no fix.

Code:



@include extjs-toolbar-ui (
$ui: 'main-toolbar',
$background-color: $base-color,

$vertical-spacing: 0,
$horizontal-spacing: 0,

$border-color: transparent,

$text-color: #ffffff,
$text-font-size: 24px,
$text-font-weight: 300,
$text-line-height: 64px
);