Swap PDF to light theme instead of lightest
This commit is contained in:
parent
651ac10de3
commit
e836f08c53
|
@ -103,7 +103,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
{/if}
|
{/if}
|
||||||
<div
|
<div
|
||||||
class="spectrum spectrum--medium spectrum--lightest pageContent"
|
class="spectrum spectrum--medium spectrum--light pageContent"
|
||||||
bind:this={ref}
|
bind:this={ref}
|
||||||
>
|
>
|
||||||
<CustomThemeWrapper popoverRoot={false}>
|
<CustomThemeWrapper popoverRoot={false}>
|
||||||
|
@ -170,6 +170,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
.divider {
|
.divider {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue