Skip to content

Commit

Permalink
Consistent style for pills
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Sep 26, 2024
1 parent 6a8d0f2 commit 38a9322
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/pages/kcard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,11 @@
prependTitle="(1)"
>
<template #aboveTitle>
<KLabeledIcon icon="readSolid" label="Read" />
<KLabeledIcon
icon="readSolid"
>
<span :style="{ 'color': $themeTokens.annotation }">Read</span>
</KLabeledIcon>
</template>
<template #footer>
<div class="pills" :style="{ 'color': $themeTokens.annotation }">
Expand Down Expand Up @@ -431,14 +435,14 @@
/>
</template>
<template #footer>
<div :style="{ marginLeft: '-8px' }">
<div class="pills" :style="{ 'color': $themeTokens.annotation }">
<span
:style="{ display: 'inline-block', 'backgroundColor': $themePalette.grey.v_50, padding: '8px 6px', margin: '8px' }"
:style="{ 'backgroundColor': $themePalette.grey.v_50 }"
>
Short Activity
</span>
<span
:style="{ display: 'inline-block', 'backgroundColor': $themePalette.grey.v_50, padding: '8px 6px', margin: '8px' }"
:style="{ 'backgroundColor': $themePalette.grey.v_50 }"
>
Biology
</span>
Expand Down

0 comments on commit 38a9322

Please sign in to comment.