fix background of recipe list

This commit is contained in:
Michael Genson 2025-08-04 17:29:11 +00:00
commit 1f779e6146

View file

@ -1,5 +1,5 @@
<template> <template>
<v-list :class="tile ? 'd-flex flex-wrap background' : 'background'"> <v-list :class="tile ? 'd-flex flex-wrap background' : 'background'" style="background-color: transparent;">
<v-sheet <v-sheet
v-for="recipe, index in recipes" v-for="recipe, index in recipes"
:key="recipe.id" :key="recipe.id"