Skip to content

Commit

Permalink
Make surveyCss.currentType be "defaultV2" as default
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Dec 28, 2024
1 parent b3b8518 commit 126e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-core/src/defaultCss/defaultV2Css.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export var surveyCss: any = {
currentType: "",
currentType: "defaultV2",
getCss: function () {
var loc = this.currentType ? this[this.currentType] : defaultV2Css;
if (!loc) loc = defaultV2Css;
Expand Down

0 comments on commit 126e000

Please sign in to comment.