diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue index 22d2a1bcd7..a776185a2d 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue @@ -402,7 +402,12 @@ const colorItemBorderColor = (index, state) => { }" > - {{ item.name }} + {{ item.name }}
@@ -561,6 +566,9 @@ const colorItemBorderColor = (index, state) => { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + &.dark { + color: white; + } } } .color-item {