From 290e9cb9a7a889c9579eb39f2ecf896b10f5bc6c Mon Sep 17 00:00:00 2001 From: Myrdin Date: Mon, 28 Mar 2022 19:30:18 +0200 Subject: [PATCH] Reset button styles --- src/components/Dot/Dot.svelte | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Dot/Dot.svelte b/src/components/Dot/Dot.svelte index 09e9958..d7a1893 100644 --- a/src/components/Dot/Dot.svelte +++ b/src/components/Dot/Dot.svelte @@ -17,6 +17,12 @@ --sc-active-dot-size: 8px; --sc-dot-size-animation-time: 250ms; } + + button { + all: unset; + cursor: pointer; + } + .sc-carousel-dot__dot { background-color: var(--sc-color-rgb-light); border-radius: 50%;