Skip to content

Commit

Permalink
chore(watchtime): remove bg from pfp
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed May 10, 2024
1 parent 493fc4d commit f9773f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/WatchTime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const handleScroll = () => {
class="bg-button snap-start scroll-my-10 items-center justify-between pr-10 rounded-full p-2 flex"
>
<img
class="bg-blue size-15 rounded-full"
class="size-15 rounded-full"
:src="user.avatar ?? undefined"
/>
<p class="font-bold text-[clamp(.3rem,3cqw,1.25rem)] ">
Expand Down

0 comments on commit f9773f2

Please sign in to comment.