I am using Sencha CMD to build up my theme package. I want that my framed panels will have border-radius of 8 pixels and that they will be white.
Here is what I have done:
$panel-frame-border-radius: 8px !default;
$panel-frame-border-color: #fff !default;
Now I see that the border radius has changed, but its color is still as the ext classic theme (blue).
How can I change this color?