Swap PDF to light theme instead of lightest
This commit is contained in:
parent
651ac10de3
commit
e836f08c53
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue