1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-03 01:09:57 +01:00

fix: remove saturation for links fixes #1528

This commit is contained in:
Evan Boehs 2023-02-03 11:49:29 -05:00 committed by patak
parent 97964ede5c
commit 87496e01af

View file

@ -161,7 +161,7 @@ const isNotifiedOnPost = $computed(() => !!relationship?.notifying)
<CommonTooltip :content="getFieldIconTitle(field.name)">
<div text-secondary :class="getAccountFieldIcon(field.name)" :title="getFieldIconTitle(field.name)" />
</CommonTooltip>
<ContentRich text-sm filter-saturate-0 :content="field.value" :emojis="account.emojis" />
<ContentRich text-sm :content="field.value" :emojis="account.emojis" />
</div>
</div>
<AccountPostsFollowers :account="account" />