fix(web): show icons for empty album (#2604)

This commit is contained in:
Michel Heusschen
2023-05-29 20:58:09 +02:00
committed by GitHub
parent e7122d7a72
commit 3d505e425d
4 changed files with 41 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" context="module">
export type Color = 'transparent-primary' | 'transparent-gray';
export type Color = 'transparent-primary' | 'transparent-gray' | 'overlay-primary';
</script>
<script lang="ts">