It seems that even if I place the Survey.StylesManager.applyTheme("bootstrap");
in my code while integrating the survey, the bootstrap classes (namely, btn
and some other class, e.g. btn-outline-primary
) are not applied to form buttons, leaving them ugly.
Is this supposed to be that way, or is it unintentional?
Also, I noticed that the custom colors I specify are not reflected in the embedding code, which means they fall back to the defaults.