From f11185e940d1a9bd523ab648dc1a5a27385c7d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 25 Mar 2020 14:26:31 +0100 Subject: [PATCH] Pagination dots: Add class as a prop --- src/molecules/PaginationDots.svelte | 3 ++- src/organisms/Carousel.svelte | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/molecules/PaginationDots.svelte b/src/molecules/PaginationDots.svelte index 39f150a..eb55bdc 100644 --- a/src/molecules/PaginationDots.svelte +++ b/src/molecules/PaginationDots.svelte @@ -3,11 +3,12 @@ const dispatch = createEventDispatcher() // Props + export let className = '' export let photos export let currentIndex -