Skip to content

Commit 99a26c5

Browse files
committed
fix: consent colors
1 parent cbde255 commit 99a26c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/app/components/consent/ConsentDetails.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ const body = computed(() => {
2727
<slot />
2828
<template #content>
2929
<div class="p-medium">
30-
<div class="text-label text-text-default prose-sm" v-html="body" />
30+
<div
31+
class="text-label text-text-default prose-sm [&_a]:text-accent-contrast [&_a]:underline"
32+
v-html="body"
33+
/>
3134
</div>
3235
</template>
3336
</DesignDrawer>

0 commit comments

Comments
 (0)