Skip to content

Commit

Permalink
fix: fixed the style bug when toggle the dark mode (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding authored Jan 4, 2023
1 parent f892722 commit 8a66174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/status/StatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const isDM = $computed(() => status.visibility === 'direct')
ref="el"
relative flex flex-col gap-1 pl-3 pr-4 pt-1
class="pb-1.5"
transition-100
:class="{ 'hover:bg-active': hover, 'border-t border-base': newer && !directReply }"
tabindex="0"
focus:outline-none focus-visible:ring="2 primary"
Expand Down

0 comments on commit 8a66174

Please sign in to comment.