diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index b84d2489..34826f9f 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -481,7 +481,6 @@ export default { currentColors () { try { this.previewColors = generateColors({ - v3compat: this.currentCompat, opacity: this.currentOpacity, colors: this.currentColors }) @@ -494,7 +493,6 @@ export default { currentOpacity () { try { this.previewColors = generateColors({ - v3compat: this.currentCompat, opacity: this.currentOpacity, colors: this.currentColors })