From 20657e9393a3efe08c62b06cf19f6619f2448250 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sun, 8 Aug 2021 12:06:05 +0300 Subject: [PATCH] #49 : Update dot size --- src/components/Dot/Dot.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dot/Dot.svelte b/src/components/Dot/Dot.svelte index 0b6d62d..62ba389 100644 --- a/src/components/Dot/Dot.svelte +++ b/src/components/Dot/Dot.svelte @@ -2,7 +2,7 @@ import { tweened } from 'svelte/motion'; import { cubicInOut } from 'svelte/easing'; - const DOT_SIZE_PX = 5 + const DOT_SIZE_PX = 6 const ACTIVE_DOT_SIZE_PX = 8 const size = tweened(DOT_SIZE_PX, {