diff --git a/components/raids/RaidCombobox/index.scss b/components/raids/RaidCombobox/index.scss index 45dac05b..f3c689f3 100644 --- a/components/raids/RaidCombobox/index.scss +++ b/components/raids/RaidCombobox/index.scss @@ -141,9 +141,9 @@ } .ExtraIndicator { - background: var(--extra-purple-bg); + background: var(--extra-purple-secondary); border-radius: $full-corner; - color: var(--extra-purple-text); + color: $grey-100; display: flex; font-weight: $bold; font-size: $font-tiny; diff --git a/components/raids/RaidItem/index.scss b/components/raids/RaidItem/index.scss index 0a6a0292..89a1c8c3 100644 --- a/components/raids/RaidItem/index.scss +++ b/components/raids/RaidItem/index.scss @@ -5,7 +5,7 @@ &:hover { .ExtraIndicator { - background: var(--extra-purple-primary); + background: var(--extra-purple-secondary); color: white; } @@ -15,6 +15,11 @@ } } + &.Selected .ExtraIndicator { + background: var(--extra-purple-secondary); + color: white; + } + .Text { flex-grow: 1; }