diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index 5949e8c1..27cbdc9c 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -526,7 +526,7 @@ export default defineComponent({ .result { &-title { - background: var(--grey-50); + background: var(--grey-100); padding: .5rem; display: block; font-size: .75rem; @@ -549,7 +549,7 @@ export default defineComponent({ cursor: pointer; &:focus, &:hover { - background: var(--grey-50); + background: var(--grey-100); box-shadow: none !important; }