diff --git a/src/components/quickcommandUI/SelectList.vue b/src/components/quickcommandUI/SelectList.vue index 1db6813..56cb12e 100644 --- a/src/components/quickcommandUI/SelectList.vue +++ b/src/components/quickcommandUI/SelectList.vue @@ -64,6 +64,8 @@ export default { itemHeight: 50, lazyItemSize: 50, searchWords: "", + scrollBarThumbColor: this.$q.dark.isActive ? "#505050" : "#c1c1c0", + scrollBarTrackColor: this.$q.dark.isActive ? "#303030" : "#fffffe", }; }, mounted() { @@ -176,3 +178,21 @@ export default { }, }; + +