Skip to content

Commit

Permalink
fix: remove extra padding and hover effect on dark theme (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored and ayoayco committed Feb 6, 2025
1 parent 5c826dc commit a2c08ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusPreviewCardMoreFromAuthor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ defineProps<{
light:bg-gray-3 dark:bg-gray-8
>
<span z-0>More from</span>
<AccountInlineInfo :account="account" hover:bg-gray-300 />
<AccountInlineInfo :account="account" hover:bg-inherit ps-0 ms-0 />
</div>
</template>

0 comments on commit a2c08ed

Please sign in to comment.