fix: remove extra padding and hover effect on dark theme (#3157)

This commit is contained in:
TAKAHASHI Shuuji 2025-01-27 16:18:33 +09:00 committed by GitHub
parent e4a3cf00f0
commit f6a47167c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,6 @@ defineProps<{
light:bg-gray-3 dark:bg-gray-8 light:bg-gray-3 dark:bg-gray-8
> >
<span z-0>More from</span> <span z-0>More from</span>
<AccountInlineInfo :account="account" hover:bg-gray-300 /> <AccountInlineInfo :account="account" hover:bg-inherit ps-0 ms-0 />
</div> </div>
</template> </template>