diff --git a/src/components/Arrow/Arrow.svelte b/src/components/Arrow/Arrow.svelte
index b11105d..f4ec94b 100644
--- a/src/components/Arrow/Arrow.svelte
+++ b/src/components/Arrow/Arrow.svelte
@@ -12,8 +12,8 @@
export let disabled = false
-
@@ -22,7 +22,7 @@
class:sc-carousel-arrow__arrow-next={direction === NEXT}
class:sc-carousel-arrow__arrow-prev={direction === PREV}
>
-
+
\ No newline at end of file
+
diff --git a/src/components/Carousel/Carousel.svelte b/src/components/Carousel/Carousel.svelte
index fe07283..5b7fb3b 100644
--- a/src/components/Carousel/Carousel.svelte
+++ b/src/components/Carousel/Carousel.svelte
@@ -368,4 +368,11 @@
position: absolute;
bottom: 0;
}
+ :global(.sc-carousel-button) {
+ all: unset;
+ cursor: pointer;
+ }
+ :global(.sc-carousel-button:focus) {
+ outline: 5px auto;
+ }
diff --git a/src/components/Dot/Dot.svelte b/src/components/Dot/Dot.svelte
index 5b63830..f15a8fa 100644
--- a/src/components/Dot/Dot.svelte
+++ b/src/components/Dot/Dot.svelte
@@ -5,11 +5,11 @@
export let active = false
-
+>