Implement theming in a better manner.

This commit is contained in:
FireMasterK
2021-12-27 14:46:34 +00:00
parent d9283b2762
commit 43e69ff284
9 changed files with 17 additions and 19 deletions

View File

@@ -22,7 +22,7 @@
<hr />
<div class="video-grid">
<div v-for="video in videos" :key="video.url" :style="[{ background: backgroundColor }]">
<div v-for="video in videos" :key="video.url">
<VideoItem :video="video" />
</div>
</div>