diff --git a/core/core-frontend/src/assets/svg/icon_more-vertical_outlined_white.svg b/core/core-frontend/src/assets/svg/icon_more-vertical_outlined_white.svg
new file mode 100644
index 0000000..f6cd13c
--- /dev/null
+++ b/core/core-frontend/src/assets/svg/icon_more-vertical_outlined_white.svg
@@ -0,0 +1,5 @@
+
diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
index 9824050..e6755be 100644
--- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
+++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
@@ -153,7 +153,7 @@ onUnmounted(() => {
-
+
@@ -231,5 +231,6 @@ onUnmounted(() => {
&:active {
background: rgba(31, 35, 41, 1);
}
+
}
diff --git a/core/core-frontend/src/components/visualization/OuterParamsSet.vue b/core/core-frontend/src/components/visualization/OuterParamsSet.vue
index 439c146..e85edba 100644
--- a/core/core-frontend/src/components/visualization/OuterParamsSet.vue
+++ b/core/core-frontend/src/components/visualization/OuterParamsSet.vue
@@ -62,7 +62,8 @@
outerParamsOperation(cmd, node, data)"
:menu-list="state.optMenu"
:icon-name="icon_more_vertical_outlined"
@@ -323,7 +324,7 @@