Skip to content

Commit cffaf3a

Browse files
replace Vuetify grey--text with KDS annotation token
1 parent 5f77bae commit cffaf3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSelectionList.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/>
1414
<p
1515
v-if="!listChannels.length"
16-
class="grey--text no-channels-found"
16+
class="no-channels-found"
1717
>
1818
{{ $tr('noChannelsFound') }}
1919
</p>
@@ -159,6 +159,7 @@
159159
.no-channels-found {
160160
margin-top: 16px;
161161
margin-bottom: 0;
162+
color: v-bind('$themeTokens.annotation');
162163
}
163164
164165
.selection-card {

0 commit comments

Comments
 (0)