Skip to content

Commit

Permalink
Update to the latest KDS theme tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Nov 8, 2024
1 parent d0cd531 commit 714cae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cards/SkeletonCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<template #title>
<span
class="title-placeholder"
:style="{ backgroundColor: $themePalette.grey.v_50 }"
:style="{ backgroundColor: $themePalette.grey.v_100 }"
>
</span>
</template>
<template #belowTitle>
<span
class="below-title-placeholder"
:style="{ backgroundColor: $themePalette.grey.v_50 }"
:style="{ backgroundColor: $themePalette.grey.v_100 }"
>
</span>
</template>
Expand Down

0 comments on commit 714cae4

Please sign in to comment.