diff --git a/src/components/BeforeAfter/BeforeAfter.svelte b/src/components/BeforeAfter/BeforeAfter.svelte index 373d1599..1d0b94a0 100644 --- a/src/components/BeforeAfter/BeforeAfter.svelte +++ b/src/components/BeforeAfter/BeforeAfter.svelte @@ -41,7 +41,7 @@ /** Drag handle colour */ export let handleColour = 'white'; /** Drag handle opacity */ - export let handleInactiveOpacity = 0.6; + export let handleInactiveOpacity = 0.9; /** Margin at the edge of the image to stop dragging */ export let handleMargin = 20; /** Percentage of the component width the handle will travel ona key press */ @@ -225,7 +225,7 @@ {#if $$slots.caption} -