Skip to content

Commit

Permalink
feat: Set background colour of div that contains the EBD
Browse files Browse the repository at this point in the history
to the same as the SVG background
  • Loading branch information
Konstantin committed Jan 23, 2025
1 parent 245d448 commit daed740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/ebd/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
</svelte:fragment>
</Header>

<div class="flex-1 overflow-hidden">
<div class="flex-1 overflow-hidden bg-secondary">
<SvgContainer {svgContent} {isLoading} {error} />
</div>
</div>

0 comments on commit daed740

Please sign in to comment.