fix: remove saturation for links fixes #1528

zio/stable
Evan Boehs 2023-02-03 11:49:29 -05:00 committed by patak
parent 97964ede5c
commit 87496e01af
1 changed files with 1 additions and 1 deletions

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" />