Swap PDF to light theme instead of lightest

This commit is contained in:
Andrew Kingston 2025-04-01 20:08:42 +01:00
parent 651ac10de3
commit e836f08c53
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@
{/each}
{/if}
<div
class="spectrum spectrum--medium spectrum--lightest pageContent"
class="spectrum spectrum--medium spectrum--light pageContent"
bind:this={ref}
>
<CustomThemeWrapper popoverRoot={false}>
@ -170,6 +170,7 @@
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
background: white;
}
.divider {
width: 100%;