Skip to content

Commit fb16e4f

Browse files
authored
Merge pull request #1101 from opencloud-eu/fix/contextual-helpers-font-weight
fix: font-weight in contextual helpers
2 parents c1575b3 + b3f57ac commit fb16e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/design-system/src/components/OcDefinitionList/OcDefinitionList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { items } = defineProps<Props>()
3232
@apply mb-2;
3333
}
3434
.details-list dd {
35-
@apply ml-4;
35+
@apply ml-4 font-normal;
3636
}
3737
.details-list dt {
3838
@apply font-semibold;

packages/design-system/src/components/OcInfoDrop/OcInfoDrop.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<focus-trap :active="dropOpen">
1414
<div class="info-drop-content">
1515
<div class="flex justify-between info-header oc-border-b pb-2">
16-
<h4 class="m-0 info-title text-lg" v-text="$gettext(title)" />
16+
<h4 class="m-0 info-title text-lg font-normal" v-text="$gettext(title)" />
1717
<oc-button appearance="raw" :aria-label="$gettext('Close')" class="align-middle">
1818
<oc-icon name="close" fill-type="line" size="medium" />
1919
</oc-button>

0 commit comments

Comments
 (0)