Skip to content

Commit

Permalink
Add transparent color property to featured video v-sheet components
Browse files Browse the repository at this point in the history
  • Loading branch information
Sphirye committed Oct 4, 2024
1 parent 1af001b commit 556eacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/renderer/src/components/home/contentSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
<v-sheet
class="mx-auto"
width="170px"
color="transparent"
@click="item.category === 'video' && item.contentCID && $router.push(`/release/${item.category}/${item.contentCID}`)"
>
<v-img
Expand Down

0 comments on commit 556eacf

Please sign in to comment.