diff --git a/src/digital-components/dropdown-question/dropdown-question.vue b/src/digital-components/dropdown-question/dropdown-question.vue index 35f6d25f..44f63452 100644 --- a/src/digital-components/dropdown-question/dropdown-question.vue +++ b/src/digital-components/dropdown-question/dropdown-question.vue @@ -147,6 +147,7 @@ export default { &:disabled, &.disabled { background-color: $gray-100; + color: $gray-500; filter: grayscale(100%); &:hover { box-shadow: 0 0 0 4px transparent;