{#if coverThemes.length > 0}
{#each coverThemes as theme, index (index)} { if (e.key === 'Enter') setDisplayTheme(theme) }} onclick={() => setDisplayTheme(theme)} role="button" tabindex="0" class="relative cursor-pointer rounded-xl overflow-clip" > Theme Preview

{theme.name}

{theme.description}

{/each}
{/if}