aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/style_switcher/style_switcher.js2
1 files changed, 0 insertions, 2 deletions
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
})