Skip to content

Commit

Permalink
differentiating font weight in BaseTag between default and edu themes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jun 20, 2024
1 parent 1a5ac3b commit 93b743e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/BaseTag/BaseTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const props = withDefaults(defineProps<BaseTagProps>(), {
<template>
<p
:class="`${variantMap[props.variant]} ${sizeMap[props.size]}`"
class="ThemeVariantLight text-contrast-none inline-block text-white font-extrabold rounded-full leading-tight m-0"
class="ThemeVariantLight text-contrast-none inline-block text-white font-bold edu:font-extrabold rounded-full leading-tight m-0"
>
<slot />
<span class="sr-only">.</span>
Expand Down

0 comments on commit 93b743e

Please sign in to comment.