Hi team
we would like to customize the survey based on our requirements
we are unable to change the default theme colors for (defaultV2)
what we tried
var defaultThemeColors = StylesManager.ThemeColors["default"];
defaultThemeColors["$main-color"] = "#d3d3d3";
defaultThemeColors["$main-hover-color"] = "#6fe06f";
defaultThemeColors["$text-color"] = "#4a4a4a";
defaultThemeColors["$header-color"] = "#7ff07f";
defaultThemeColors["$header-background-color"] = "#4a4a4a";
defaultThemeColors["$body-container-background-color"] = "#f8f8f8";
StylesManager.applyTheme("default");
This example is not working as expected , we are unable to change the theme colors
we are importing from "survey-js-core"
import { StylesManager,Model} from "survey-core";
import { Survey } from "survey-react-ui"
we would also like to add few buttons in a specific order , where we can control how to display the order of the buttons
we want to display a button before the previous button
we would like to add few buttons which can be automatically adjusted based on the screen size