mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: remove saturation for links fixes #1528
This commit is contained in:
parent
97964ede5c
commit
87496e01af
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue