Skip to content

Commit

Permalink
Fix drop dark (#990)
Browse files Browse the repository at this point in the history
* fix: dropdown on dark theme

* fix: drop class

Co-authored-by: Lee Chase <[email protected]>
  • Loading branch information
lee-chase and lee-chase authored Aug 25, 2020
1 parent 73de339 commit 5749aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/cv-dropdown/cv-dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
>
<WarningFilled16 v-if="isInvalid" :class="`${carbonPrefix}--list-box__invalid-icon`" />
<span
:class="`${carbonPrefix}--dropdown-text__inner`"
:class="`${carbonPrefix}--list-box__label`"
:id="`${uid}-value`"
data-test="internalCaption"
v-html="internalCaption"
Expand Down

0 comments on commit 5749aa5

Please sign in to comment.